You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is most likely related to https://golang.org/cl/147170043/
A package was cloned into GOPATH using git clone git@github.com/user/path.
Running go get -u on tip reports:
package github.com/shuddle/user/repo: /Users/cronos/go/src/github.com/user/repo is from
git@github.com:user/repo, should be from https://github.com/user/repo
git remote -v shows remotes as git@github.com:user/repo.
Changing remote URL to https://... fixes go get -u