码迷,mamicode.com
首页 > 其他好文 > 详细

“Another git process seems to be running in this repository...”Git此问题解决

时间:2019-05-04 14:42:56      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:ras   The   please   解决方案   alt   com   一个   mit   remove   

Git中显示:Another git process seems to be running in this repository, e.g.an editor opened by ‘git commit‘. Please make sure all processesare 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进程可能已在此存储库中崩溃:手动删除文件以继续。

技术图片

原因分析:

根据我们所了解到的,windows对于进程的同步互斥管理,是有资源上锁机制的。猜测这里肯定是有进程对某资源进行了加锁,但是由于进程突然崩溃,没来得及解锁,导致其他进程访问不了。在于Git在使用过程中遭遇了奔溃,部分被上锁资源没有被释放导致的。

解决方案:

进入项目文件夹下的 .git文件中(显示隐藏文件夹或rm .git/index.lock)删除index.lock文件即可。

“Another git process seems to be running in this repository...”Git此问题解决

标签:ras   The   please   解决方案   alt   com   一个   mit   remove   

原文地址:https://www.cnblogs.com/1693977889zz/p/10808338.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!