を実行するとエラーが発生しますcargo run
。この行byteorder = "0.3.13"
を Cargo.toml に追加したところ、次の出力が得られましたcargo run --verbose
。
Updating registry `https://github.com/rust-lang/crates.io-index`
Unable to update registry https://github.com/rust-lang/crates.io-index
Caused by:
failed to fetch `https://github.com/rust-lang/crates.io-index`
Caused by:
[9] Object not found - failed to find pack entry (c7c0b5bc32630012be674d1cacd1487d09a2c0b5)
行を削除すると、すべて問題ありません。このエラーを修正するにはどうすればよいですか?