git add 错误,git add不了文件

git 错误

git命令行模式,输入git add 命令出现以下错误

fatal: Unable to create ‘C:/Users/cp/Documents/GitHub/first/.git/index.lock’: File exists.git

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.github

如图为sourceTree查看仓库

HEAD,指到当前个人远程github learngit仓库的master分支,如图想git add 当前的更改(对应图中未提交的更改),git add出现如上错误。markdown

提示存在 index.lock 文件,进入C:/Users/cp/Documents/GitHub/first/.git,删除掉index.lock文件,便可解决this

这里写图片描述

相关文章
相关标签/搜索