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 -u not working with ssh git checkouts #9093

Closed
jbardin opened this issue Nov 12, 2014 · 1 comment
Closed

cmd/go: go get -u not working with ssh git checkouts #9093

jbardin opened this issue Nov 12, 2014 · 1 comment

Comments

@jbardin
Copy link
Contributor

jbardin commented Nov 12, 2014

What does 'go version' print?

go1.4beta1 AND
go version devel +bddf3876d57e Tue Nov 11 23:28:26 2014 -0500 darwin/amd64

What steps reproduce the problem?

Checkout a git repo into GOPATH using ssh.
run `go get -u github.com/user/name` on that repo

What happened?

package github.com/user/name: /gopath/github.com/user/name is from
git@github.com:user/name.git, should be from https://github.com/user/name

What should have happened instead?

Updated local checkout
@minux
Copy link
Member

minux commented Nov 12, 2014

Comment 1:

please use "go get -u -f", see the 1.4 release note for details.

Status changed to WorkingAsIntended.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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