rust -cargo 使用代理 (cargo proxy)

访问量: 5955

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

[http]
proxy = "127.0.0.1:1080"

[https]
proxy = "127.0.0.1:1080"

就可以了。

订阅/RSS Feed

Subscribe