We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I am trying to run cargo-deny, but it fails with a strange error:
> cargo-deny check --hide-inclusion-graph --show-stats 2022-07-27 09:46:30 [ERROR] unable to find reference 'refs/heads/main'
I have used the same repository on Windows without any issues, but I am running it under Fedora now.
The issue is fixed if I append --disable-fetch!
--disable-fetch
To Reproduce
cargo-deny check --hide-inclusion-graph --show-stats
Expected behavior It should not fail
Screenshots N/A
Device:
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I'm assuming this was a temporary network error, this code is not platform specific and I can't repro it.
Sorry, something went wrong.
6687be7
Successfully merging a pull request may close this issue.
Describe the bug
I am trying to run cargo-deny, but it fails with a strange error:
I have used the same repository on Windows without any issues, but I am running it under Fedora now.
The issue is fixed if I append
--disable-fetch
!To Reproduce
cargo-deny check --hide-inclusion-graph --show-stats
Expected behavior
It should not fail
Screenshots
N/A
Device:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: