码迷,mamicode.com
首页 > 其他好文 > 详细

git提交过程中遇到的 index.lock 问题导致无法提交的解决方法

时间:2017-07-26 23:35:58      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:blog   tor   ras   通过   aml   move   create   div   current   

  在提交代码的过程中,可能会遇到下面的问题:

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 ,然后将其删除即可。

  一般 index.lock 在.git下面, 有时 .git 是隐藏的,但是无论怎样, 可以通过 everything 找到,删除即可。

git提交过程中遇到的 index.lock 问题导致无法提交的解决方法

标签:blog   tor   ras   通过   aml   move   create   div   current   

原文地址:http://www.cnblogs.com/zhuzhenwei918/p/7242280.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!