赞
踩
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进程似乎正在这个存储库中运行,例如:由“git-commit”打开的编辑器。请确保所有流程被终止,然后重试。如果仍然失败,git进程可能早些时候在此存储库中崩溃:手动删除文件以继续。
原因在于TortoiseGit在使用过程中遭遇了Git的奔溃,一小部分的被上锁资源没有被释放导致的报错。
进入项目文件夹下的 .git文件中删除index.lock文件即可。
.git属于隐藏文件,正常是不显示在文件夹内的,需要将隐藏文件显示出来或通过命令行进行查找删除。
本文原创,原创不易,如需转载,请联系作者授权。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。