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

286 天前
 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,又会出现一样的错误。

698 次点击
所在节点    问与答
3 条回复
whileFalse
286 天前
可能是两个 git 在同时操作这个 repo ,比如 vscode 插件自动刷新的时候你手动 commit
XXWHCA
286 天前
盲猜装了多个 git
thinkershare
286 天前
@whileFalse
主要是就这一个仓库有问题,奇了怪了。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1011224

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX