赞
踩
相信有时候大家在操作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进程似乎正在这个存储库中运行,例如。
“git commit”打开的编辑器。请确保所有流程终止,然后重试。如果仍然失败,git进程可能已在此存储库中崩溃:手动删除文件以继续。
不要慌!
只需进入项目文件夹
下的 .git
文件中,显示隐藏文件夹删除index.lock
文件即可。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。