git error Another git process seems to be running in this repository

久未见 提交于 2019-12-21 04:32:04

How to fix error Another git process seems to be running in this repository

 

 

When you use Git, you see the error:

 
fatal: Unable to create 'D:/AppServ/www/speedy/.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.

How to fix it? It’s simple: you just need to delete the file .git/index.lock

You can use this command:

rm .git/index.lock
 

Recent search terms:

  • Another git process seems to be running in this repository
  • HowtofixerrorAnothergitprocessseemstoberunninginthisrepository|FreeOnlineTutorials
  • Another git process seems to be running in this repository e g
  • 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 manuall
  • git another process
  • Another git process seems to be running in this repository e g an editor opened by \git commit\
  • Another git process seems to be running in this repository e g an editor opened by git commit Please make sure all processes
  • Another git process seems to be running in this repository e g an editor opened by git commit
  • Another git process seems to be running in this re
  • another git process seems to be running
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!