Git 仓库,总是出现一个奇怪的错误: .git/index.lock File exists., 是什么故障呢?

查看 67|回复 3
作者:thinkershare   
我有一个 Git 仓库,同步到了 GitHub 和和自建的 GitLab 上,这个仓库最近频繁的在多台电脑上出现相同的错误:
fatal: Unable to create 'xxx/.git/index.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
我已经尝试将仓库删除,重新 clone ,在不同的机器上,这个问题还是仿佛出现,每次删除掉 index.lock 提交成功,并 pull/push 后,下次使用 vscode 编辑代码后,再次 commit,又会出现一样的错误。

git, file, index, 仓库

whileFalse   
可能是两个 git 在同时操作这个 repo ,比如 vscode 插件自动刷新的时候你手动 commit
XXWHCA   
盲猜装了多个 git
thinkershare
OP
  
@whileFalse
主要是就这一个仓库有问题,奇了怪了。
您需要登录后才可以回帖 登录 | 立即注册

返回顶部