-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go get timeout under some proxy required environment #9447
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
Comments
directly curl the url is working. |
In the case of curl:
I have no clue. It looks like you are using some sot of transport intemediate stuff. Probably you may need some envrionment variable such as HTTP_PROXY. |
I would like to share the latest information:
so, the question is :
|
I think you need to nail down the reason; perhaps a few URL redirections.
No, cmd/go just invokes external commands such as "git", "hg". |
All the sub-repos has been moved. Run go get golang.org/x/net/websocket instead. |
There is nothing we can do. Sorry. |
package code.google.com/p/go.net/websocket: Get https://code.google.com/p/go/source/checkout?repo=net: dial tcp 173.194.117.226:443: i/o timeout
i do not know why.
The text was updated successfully, but these errors were encountered: