作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
cargo install
说:
error: failed to write /tmp/rustcaq37XH/lib.rmeta: No space left on device (os error 28)
因此我想告诉 Cargo 使用 /tmp
以外的目录。据我所知,没有环境变量或配置选项来设置它。我能做什么?
提前致谢
伯特伦
最佳答案
解决方案的关键是“临时目标”一词。如文档所述,您可以将其指向相对目录。
cd ~/.cargo
mkdir tmp
CARGO_TARGET_DIR=tmp cargo install mdbook
关于rust-cargo - cargo 安装 : specify a/tmp substitute?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64572901/
我是一名优秀的程序员,十分优秀!