-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 fails to download packages from the registry: "unsupported protocol" #873
Comments
Where did your cargo come from? Did you use it from the nightlies or did you build it manually? |
I'm using the nightlies. |
Ok, looks like we're not building cmake correctly, working on a fix now. Thanks for the report! |
I've updated curl-rust to fix this, will update cargo once that gets merged |
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this issue
Nov 15, 2014
bors
added a commit
that referenced
this issue
Nov 15, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yesterday I have reinstalled Windows (for reasons totally unrelated to Rust), and since then trying to build a library which has dependencies in the registry fails like this:
With
cargo 0.0.1-pre-nightly (e6ec71a 2014-11-11 22:44:53 +0000)
(note that this is the latest nightly available).This probably comes from curl, but I don't know the exact cause.
The text was updated successfully, but these errors were encountered: