更新 'centos7-system-install.sh'
parent
28d1d6f493
commit
97005c332e
|
|
@ -13,7 +13,12 @@ registry = "https://github.com/rust-lang/crates.io-index"
|
||||||
replace-with = 'ustc'
|
replace-with = 'ustc'
|
||||||
[source.ustc]
|
[source.ustc]
|
||||||
registry = "git://mirrors.ustc.edu.cn/crates.io-index"
|
registry = "git://mirrors.ustc.edu.cn/crates.io-index"
|
||||||
|
# 如果所处的环境中不允许使用 git 协议,可以把上面的地址改为
|
||||||
#registry = "https://mirrors.ustc.edu.cn/crates.io-index"
|
#registry = "https://mirrors.ustc.edu.cn/crates.io-index"
|
||||||
|
|
||||||
|
[net]
|
||||||
|
git-fetch-with-cli = true
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# docker加速
|
# docker加速
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue