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

来源:互联网 发布:局域网共享 网络密码 编辑:程序博客网 时间:2024/05/22 06:51

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


解决方法

git rm -f ./.git/index.lock


0 0
原创粉丝点击