Skip to content

Go get fails operator-sdk because of thrift #1958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bipuladh opened this issue Sep 23, 2019 · 1 comment
Closed

Go get fails operator-sdk because of thrift #1958

bipuladh opened this issue Sep 23, 2019 · 1 comment
Assignees
Labels
triage/support Indicates an issue that is a support question.

Comments

@bipuladh
Copy link

I am trying to follow instructions: https://github.com/operator-framework/operator-sdk/blob/master/doc/user/install-operator-sdk.md
However it fails:

go: git.apache.org/[email protected]: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/badhikar/go/pkg/mod/cache/vcs/83dba939f95a790e497d565fc4418400145a1a514f955fa052f662d56e920c3e: exit status 128:
	fatal: unable to access 'https://git.apache.org/thrift.git/': Failed to connect to git.apache.org port 443: Connection timed out
@camilamacedo86 camilamacedo86 self-assigned this Sep 23, 2019
@camilamacedo86 camilamacedo86 added the triage/support Indicates an issue that is a support question. label Sep 23, 2019
@camilamacedo86
Copy link
Contributor

Thank you for raising it.

To solve it you can add the proxy, and/or use the master branch and the command 'make tidy' which will use the proxy and your replicate the dep as replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0. For more info see here: #1873

Since it is duplicated we are closing this one. But please, feel free to re-open if you wish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/support Indicates an issue that is a support question.
Projects
None yet
Development

No branches or pull requests

2 participants