首页 > 其他 > 详细

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

时间:2017-07-26 22:51:22      阅读:697      评论:0      收藏:0      [点我收藏+]

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

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 问题导致无法提交的解决方法

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!