1

を実行するとエラーが発生します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)

行を削除すると、すべて問題ありません。このエラーを修正するにはどうすればよいですか?

4

1 に答える 1

1

修理済み !multirustで毎晩錆を再インストールしました:)

于 2015-09-30T15:20:12.820 に答える