Blocking waiting for file lock on the registry index 问题解决

问题表现:

cargo build时一直卡在Blocking waiting for file lock on the registry index。

解决方法:

1、之前在linux下出现过一次,采用这种方法解决了:rust - Cargo build hangs with " Blocking waiting for file lock on the registry index" after building parity from source - Stack Overflow

rm -rf ~/.cargo/registry/index/* ~/.cargo/.package-cache

2、这次出现在windows上,按道理删除对应的文件夹也能解决。

但是想到既然显示的文件锁被占用,肯定是被其他进程占了,只需要把对应进程杀掉就好。

首先找到被占用的文件夹:

然后查找是谁占用它的

把这些进程都杀掉,问题解决!

相关推荐
许野平18 小时前
Rust: enum 和 i32 的区别和互换
python·算法·rust·enum·i32
前端小魔女1 天前
2024-我赚到自媒体第一桶金
前端·rust
用户4694651597831 天前
Rust使用tracing记录日志
rust
编码浪子1 天前
构建一个rust生产应用读书笔记7-确认邮件2
开发语言·后端·rust
songroom2 天前
Rust: offset祼指针操作
开发语言·算法·rust
唐 城2 天前
curl 放弃对 Hyper Rust HTTP 后端的支持
开发语言·http·rust
从善若水2 天前
【2024】Merry Christmas!一起用Rust绘制一颗圣诞树吧
开发语言·后端·rust
gerrylon0072 天前
rust学习: 有用的命令
rust
brrdg_sefg2 天前
Rust 在前端基建中的使用
前端·rust·状态模式
m0_748230942 天前
Rust赋能前端: 纯血前端将 Table 导出 Excel
前端·rust·excel