在提交代码的过程当中,可能会遇到下面的问题:git
fatal: Unable to create 'C:/programLists/zzw-q1/.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.
这里的解决方法就是找到 index.lock ,而后将其删除便可。this
通常 index.lock 在.git下面, 有时 .git 是隐藏的,可是不管怎样, 能够经过 everything 找到,删除便可。spa