crev-dev / cargo-crev

A cryptographically verifiable code review system for the cargo (Rust) package manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting rid of dead URLs in `cargo crev update`

dbrgn opened this issue · comments

When running cargo crev update, there are multiple repo URLs that are dead:

$ cargo crev update
...
ERROR: Error: Failed to fetch https://github.com/vctibor/crev-proofs: remote authentication required but no callback set; class=Http (34); code=Auth (-16)
ERROR: Error: Failed to fetch https://github.com/cultpony/crev-proofs: corrupted loose reference file: FETCH_HEAD; class=Reference (4)
ERROR: Error: Failed to fetch https://github.com/TheAlgorythm/crev-proofs: corrupted loose reference file: FETCH_HEAD; class=Reference (4)

Is there a way to exclude those?

  • Please let us know:
    • Which version are you using: cargo-crev 0.23.0
    • How did you install crev: cargo build --release in the git repo
    • What OS/platform are you running on: Arch Linux