7

rand="0.3.0"依存関係 ( ) を定義した後、チュートリアル (推測ゲーム) の例を試しているときに、次のようになりました。

$ cargo build --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:
  [16] The SSL certificate is invalid

これを貨物レジストリの git リポジトリに追加しましたが、成功しませんでした:

[http]
    sslVerify = false

どこを掘る?

4

2 に答える 2