标签:commit mit term 隐藏 文件中 open bsp pos index
Git操作的过程中显示
Another git process semms 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 remove the file manually to continue…
即git被另一个程序占用,重启电脑一样无法解决这个问题。
大概是之前误操作的时候选择直接关闭git 窗口导致的。百度上的说法是:Git在使用过程中遭遇了奔溃,部分被上锁资源没有被释放。
解决方案:进入项目文件夹下的 .git文件中(显示隐藏文件夹或rm .git/index.lock)删除index.lock文件即可。
Another git process seems to be running in this repository
标签:commit mit term 隐藏 文件中 open bsp pos index
原文地址:https://www.cnblogs.com/tangshun100/p/12971671.html