1# 更换Rust镜像源 2echo -e "[source.crates-io] \n \ 3registry = \"https://github.com/rust-lang/crates.io-index\" \n \ 4\n \ 5replace-with = 'dragonos-gitee' \n \ 6[source.dragonos-gitee] \n \ 7registry = \"https://gitee.com/DragonOS/crates.io-index.git\" \n \ 8" > ~/.cargo/config