Rust crates.io換國內鏡像源

因爲衆所周知的緣由,crates.io在國內訪問十分糟糕,輕則編譯緩慢,要好久好久,重則直接超時報錯,編譯不了.

下面就爲rust crates.io換上國內中科大的源git

1. 進入當前用戶的 .cargo 目錄 cd ~/.cargo


2. 新建名字叫 config 的文件


3. 編輯 config 文件寫入

[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
replace-with = 'ustc'
[source.ustc]
registry = "git://mirrors.ustc.edu.cn/crates.io-index"

圖片描述

======= end ======github


參考中科大官方說明:
https://lug.ustc.edu.cn/wiki/...spa

相關文章
相關標籤/搜索