【Git】Git使用记录: remove *.lock eg: index.lock/head.lock

问题

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.

话不多说直接上步骤:

  1. git bash直接干到你的code.
  2. 直接敲命令: rm -f .git/index.lock
  3. 搞定
    就是这么简单粗暴. 如有顾虑请自行找个案例测试即可.

参考资料


希望以上内容能够帮助到遇到同样问题的你.如有其它思路可以随时联系我.
N|Dennis

posted @ 2019-02-25 20:25  YanyuWu  阅读(442)  评论(0编辑  收藏  举报