-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
ssh failure when attempting to install cargo-watch #63
Comments
hmm, it shouldn't be using git to install cargo-watch, and seems to work okay from here :-/ |
Maybe it has something to do with my local setup.
|
oh interesting, we do use git to fetch the crates.io registry via the crates_index package. i suspect maybe you have some local configuration that is forcing this to attempt to fetch via ssh instead of http? it would be interesting to know how cargo behaves in comparison, |
This is indeed the cause of the issue for me but shouldn't cargo handle that (e.g, with ssh) as well? |
Upstream issues: frewsxcv/rust-crates-index#37 and rust-lang/git2-rs#600. There's some suggestion that |
This would be gone |
I get the error below when trying to install cargo-watch:
I found this related issue rust-lang/git2-rs#329.
The text was updated successfully, but these errors were encountered: