You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can build fine with cargo build, cargo update works fine to update my Cargo.lock file, but running cargo upgrade -v is failing with this error:
Error: The repo at path ....\.cargo\registry\index\<repo url> is unusable due to having an invalid HEAD reference: reference 'refs/heads/master' not found; class=Reference (4); code=NotFound (-3)
Any ideas on what I could do to get past this problem?
The text was updated successfully, but these errors were encountered:
Hello, I am not using crates-io, my
config.toml
looks like this:I can build fine with
cargo build
,cargo update
works fine to update myCargo.lock
file, but runningcargo upgrade -v
is failing with this error:Error: The repo at path ....\.cargo\registry\index\<repo url> is unusable due to having an invalid HEAD reference: reference 'refs/heads/master' not found; class=Reference (4); code=NotFound (-3)
Any ideas on what I could do to get past this problem?
The text was updated successfully, but these errors were encountered: