Q2: Blocking waiting for file lock on the registry index
yangwenmai opened this issue · 1 comments
yangwenmai commented
问题
cargo build
或 cargo run
出现:Blocking waiting for file lock on the registry index
产生的原因
在 ~/.cargo/registry/index/*
目录下有一些中间状态的文件。(可能是因为网络不好导致拉取错误。)
解决方案
cargo clean
参考资料
yubaoquan commented
添加了新的依赖的时候也会出现这个, 可能是在下载依赖, 等一下就好了