Skip to content
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

cmd/go: go get fails with 403 #10484

Closed
zhuharev opened this issue Apr 16, 2015 · 2 comments
Closed

cmd/go: go get fails with 403 #10484

zhuharev opened this issue Apr 16, 2015 · 2 comments

Comments

@zhuharev
Copy link

~$ go get -u -v golang.org/x/net/websocket
Fetching https://golang.org/x/net/websocket?go-get=1
ignoring https fetch with status code 403
Fetching http://golang.org/x/net/websocket?go-get=1
Parsing meta tags from http://golang.org/x/net/websocket?go-get=1 (status code 403)
import "golang.org/x/net/websocket": parsing golang.org/x/net/websocket: XML syntax error on line 1: expected /> in element
package golang.org/x/net/websocket: unrecognized import path "golang.org/x/net/websocket"
@minux
Copy link
Member

minux commented Apr 16, 2015 via email

@zhuharev
Copy link
Author

@minux the problem is solved after changing the DNS server addresses. DNS my hosting provider resolve golang.org in 74.125.205.* (this block under control by Google)

@mikioh mikioh changed the title go get: 403 error from server cmd/go: go get fails with 403 Apr 17, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants