go: gerit: getting 502 on https://go.googlesource.com/tools
go version go1.13 darwin/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
GOARCH=“amd64” GOHOSTARCH=“amd64” GOHOSTOS=“darwin”
What did you do?
go get -u golang.org/x/lint/golint
What did you expect to see?
go lint installed
What did you see instead?
fatal: unable to access ‘https://go.googlesource.com/lint/’: The requested URL returned error: 502 package golang.org/x/lint/golint: exit status 1
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 6
- Comments: 20 (4 by maintainers)
Reminder we have a NoPlusOne policy. Writing “me too” or “same here” does not add much. Thank you.
It’s working now. Thanks @ALTree
When i tried to do build the keadm.go file using go build -o keadm keadm.go i am getting this error. fatal: unable to access ‘https://go.googlesource.com/sync’ fatal: unable to access ‘https://go.googlesource.com/oauth2’ fatal: unable to access ‘https://go.googlesource.com/crypto’ fatal: unable to access ‘https://go.googlesource.com/time’ fatal: unable to access ‘https://go.googlesource.com/text’ fatal: unable to access ‘https://go.googlesource.com/net’ fatal: unable to access ‘https://go.googlesource.com/sys’ fatal: unable to access ‘https://go.googlesource.com/gocloud’
and in the end of evey line there is The requested URL returned error:502 Tried GOPROXY=https://proxy.golang.org this also gave error only Any solutions anybody??
hey, its happening again @ALTree. may you share what happen with googlesource server?