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

git 提交出现这个错误fatal: Unable to create 'project_path/.git/index.lock': File exists.

时间:2015-04-08 18:02:15      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:file   fatal   exists   path   

git 提交出现这个错误fatal: Unable to create ‘project_path/.git/index.lock’: File exists. exists

  • 解决办法

rm -f ./.git/index.lock

on Windows

del .git\index.lock

git 提交出现这个错误fatal: Unable to create 'project_path/.git/index.lock': File exists.

标签:file   fatal   exists   path   

原文地址:http://blog.csdn.net/yy1300326388/article/details/44943985

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