0


Idea通过git拉取代码的时候出现Update canceled问题

当我点击idea右上角蓝色箭头拉取代码时,idea右下角出现Update canceled弹窗

控制台报错如下:

fatal: Unable to create '《文件名》/.git/index.lock': File exists.
If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.

去文件地址把index.lock文件删掉即可

.git是隐藏文件夹,记得在查看中显示隐藏的项目

标签: git

本文转载自: https://blog.csdn.net/weixin_54348877/article/details/127004403
版权归原作者 连胜是我偶像 所有, 如有侵权,请联系我们删除。

“Idea通过git拉取代码的时候出现Update canceled问题”的评论:

还没有评论