-
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
Cannot cargo new
in the root directory.
#7049
Labels
Comments
This currently blocks playground from updating to latest nightlies. |
I'm also experiencing this issue, reproducible with the following dockerfile:
|
The workaround we did for the playground:
|
bors
added a commit
that referenced
this issue
Jul 12, 2019
[BETA] Fix `cargo new` in root directory. A temporary fix for #7049, master/nightly will (eventually) get the fix by updating libgit2.
bors
added a commit
that referenced
this issue
Jul 12, 2019
[BETA] Fix `cargo new` in root directory. A temporary fix for #7049, master/nightly will (eventually) get the fix by updating libgit2.
Tarnadas
added a commit
to Tarnadas/smmdb
that referenced
this issue
Aug 8, 2019
is related to rust-lang/cargo#7049
This was fixed a while ago, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
cargo new
in the root directory of a posix-like system (linux or macos) will fail with:Notes
cargo 1.37.0-nightly (807429e 2019-06-11)
This is caused by the update to libgit2, see libgit2/libgit2#5130 for more details.
The text was updated successfully, but these errors were encountered: