Home Rust Cargo使用代理cargoproxy
Post
Cancel

Rust Cargo使用代理cargoproxy

在 home 目录下, .cargo/config 文件,添加下列内容:

[http]
proxy = "127.0.0.1:1080"

[https]
proxy = "127.0.0.1:1080"

就可以了。

This post is licensed under CC BY 4.0 by the author.