【发布时间】:2016-04-12 08:14:41
【问题描述】:
我在尝试使用源代码树以交互方式变基时收到此消息。
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.
致命:无法创建“X:/sources/project/.git/index.lock”:文件 存在。
问题是 X:/sources/project/.git/index.lock 不存在
关于 SO 的所有其他解决方案都对我不起作用,因为他们都说要删除此文件。
【问题讨论】:
-
如果你没有看到它,可能你看的不是 git 所在的地方。
-
你到底在哪里看的?是什么让您认为该文件不存在?
标签: windows git git-rebase sourcetree