git无法add操作,报错 git process seems to be running in this repository...

问题描述:

git 无法git add .,报错如下

 $ git add .
fatal: 无法创建 '/Users/hy/Desktop/project/app/xintraapp/.git/index.lock':File exists。

似乎另外一个 git 进程在这个仓库中运行,例如:'git commit' 命令打
开了一个编辑器。请确认所有进程都已经关闭然后重试。如果仍然报错,
可能之前有一个 git 进程在这个仓库中异常退出:
手动删除这个文件再继续。

# 原版英文
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.



原因分析:

可能是上一次进行到git commit -m的时候强制退出了,造成产生.lock文件


解决方案:

删除lock文件


# $ rm -rf COMMIT_EDITMSG 好像这个删不删无所谓
$ rm -rf .git/index.lock

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值