我的一个 git 存储库一直存在问题。我不断收到以下错误:
fatal: Unable to create 'v:/path/to/files/.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.
我已经尝试过:rm -f ./.git/index.lock根据 stackoverflow 上的另一个线程,但每次我都会收到此错误:rm: cannot unlink `./.git/index.lock': Permission denied
当我关闭 aptana(我在终端中使用 git)时,我仍然无法删除该文件。
任何想法如何解决这个问题?
另一件要注意的是,当我偶尔在其中提交时,这个 git repo 非常慢(它允许我每 10 次尝试左右)
谢谢