无法在Ubuntu 14.04上使用sublime text git进行提交

Rae*_*fai 11 git sublimetext sublimetext3 ubuntu-14.04

当我尝试从sublime内部提交我的工作时,它给了我以下消息:

fatal: Unable to create 'my_project_path/.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.
Run Code Online (Sandbox Code Playgroud)

我检查过但是index.lock根本不存在!当我在终端进站时,一切都很好.

有任何想法吗?

Rae*_*fai 1

我将 git 从2.1.0降级到1.9.1,现在一切都很好。