-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 --git fails with repo using sha256 object format #14942
Comments
Looks like libgit2 added support in 1.7.0, so we shouldn't be blocked on upstream. |
Kinda blocked on rust-lang/git2-rs#1090 and GitoxideLabs/gitoxide#281 Still an upstream issue, though |
cc @Byron |
Thanks for the hint 😅! |
Why doesn't cargo run |
Cargo internally maintains git datatbases from different repository. They are initialized and fetched in separate steps. We don't use To make sha256 objectFormat just works for git CLI, we may need
Git CLI support was added for helping some weird networking issue on user side. From my understanding it is not a tool Cargo pursues for all its shiny new features, like lacking shallow clone support from git CLI integration. We normally see libgit2 as baseline, and nowadays gitoxide is our pioneer :) |
Problem
cargo install --git https://codeberg.org/Joshix/rps
failsSteps
Possible Solution(s)
Support the sha256 object format
Notes
No response
Version
The text was updated successfully, but these errors were encountered: