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

Cargo install hangs when setting .gitconfig insteadOf #2985

Closed
gerred opened this issue Aug 11, 2016 · 3 comments
Closed

Cargo install hangs when setting .gitconfig insteadOf #2985

gerred opened this issue Aug 11, 2016 · 3 comments

Comments

@gerred
Copy link

gerred commented Aug 11, 2016

My $HOME/.gitconfig includes (used to, at least) the following:

[url "[email protected]:"]
    insteadOf = https://github.com/

I used this when I was working in Go to go get private repositories, and forgot about its existence on one of my computers. I recently was getting it up to date, and noticed that cargo install would completely hang. I removed it, and it now works totally fine.

This probably is closely related to #1851

@alexcrichton
Copy link
Member

Thanks for the report! What version of Cargo was this with? I think we fixed a bug on nightly recently which I believe should address this?

@gerred
Copy link
Author

gerred commented Aug 12, 2016

I'm on cargo 0.13.0-nightly (c205132 2016-08-09).

@alexcrichton
Copy link
Member

Hm can you try running strace to determine what syscalls Cargo's blocking at?

@gerred gerred closed this as completed Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants