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 not working in the last Nightly (64-pc-windows-gnu) #6073

Closed
leonardo-m opened this issue Sep 21, 2018 · 1 comment
Closed

Cargo not working in the last Nightly (64-pc-windows-gnu) #6073

leonardo-m opened this issue Sep 21, 2018 · 1 comment

Comments

@leonardo-m
Copy link

leonardo-m commented Sep 21, 2018

Cargo shipped with yesterdays Nightly (it was rustc 1.30.0-nightly, 20dc0c507 2018-09-19, x86_64-pc-windows-gnu) was working fine. Today Cargo doesn't work to me. "Today" means rustc 1.30.0-nightly 3bc2ca7e4 2018-09-20.

...>cargo new foo1
error: Failed to create project `foo1` at `...\foo1`

Caused by:
  an unknown git error occurred

Beside giving that error it creates the foo1 directory with just a ".git" directory inside (that contains some files).

If I perform a "cargo build" inside a directory created by an older version of Cargo, it just crashes without error messages.

@alexcrichton
Copy link
Member

Thanks for the report! This should be fixed by alexcrichton/git2-rs@9c1604e and will be available once rust-lang/rust#54443 is merged and deployed!

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