if a proxy or similar is necessary `net.git-fetch-with-cli`、 Rust编译`Couldn‘t resolve host name (Coul

本文介绍了在Linux环境下使用Rust遇到的依赖下载错误及解决方案,包括配置代理和更换下载源的方法,有效解决了Couldn’tresolvehostname的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

linux rust下载依赖报错

if a proxy or similar is necessary net.git-fetch-with-cli

在cargo下创建config

vi ~/.cargo/config
1
添加代理

[http]
proxy = "127.0.0.1:7891"
[https]
proxy = "127.0.0.1:7891"

或者修改下载仓库

[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"

亲测, 修改下载仓库 通过。

Rust编译Couldn‘t resolve host name (Could not resolve host: crates) 错误的解决办法

在编译Rust源程序时,可能会出现如下 Couldn’t resolve host name (Could not resolve host: crates) 错误(见 https://github.com/ustclug/discussions/issues/294)。

一个临时的解决方法是在运行 cargo 的时候加入环境变量 CARGO_HTTP_MULTIPLEXING=false。作用是取消并行下载。具体原因可参考用了镜像之后构建rustc报错。

亲测通过!

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

西京刀客

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值