作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在通常连接到我公司域的 Windows 10 笔记本电脑上为本地用户设置 Rust 编程环境。使用 rustup
安装稳定版本的 Rust通过 rustup-init.exe
完成没有问题,但每次我尝试使用 cargo
要安装工具或库,我收到如下错误消息:
warning: spurious network error (5 tries remaining): [2/-1] failed to send request: The operation timed out
git
至
curl
.
最佳答案
对我来说,我曾经使用过一个代理,它在 CMD 中被设置为一个变量。
要显示您的代理设置,请在管理员 cmd 中键入:
netsh winhttp show proxy
netsh winhttp reset proxy
关于rust - 使用本地用户时,Windows 10 上的 Cargo 失败并显示 "spurious network error: The operation timed out",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45722823/
我是一名优秀的程序员,十分优秀!