-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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 hangs when credential.helper cache is set #20604
Comments
Can you show us the output of |
Here's the thing though, git isn't even stuck, it exits after entering the password (after successfully pulling any updates to that repo) then nothing, I verified that by ssh'ing in and running |
Ok something weird just happened, I had forgotten Not sure how long it was stuck for but at least 10 minutes, it might be something to do with having to do with entering the user/pass. |
Random thought, is this somehow related to #20865? |
@OneOfOne, next time you get the hang, could you kill |
I can't reproduce it anymore, closing. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Go 1.8.3
What operating system and processor architecture are you using (
go env
)?CentOS 7 / Debian 8 linux/amd64
What did you do?
Trying to
go get
a private repo whilegit credential.helper
is set tocache
hangs after asking for the username/password.What did you expect to see?
go get
to finish downloading the repo and all its deps.What did you see instead?
The void, it spoke to me in ways that can't be fully explained.
The text was updated successfully, but these errors were encountered: