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

Another git process seems to be running in this repository

时间:2020-05-27 12:19:44      阅读:73      评论:0      收藏:0      [点我收藏+]

标签: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

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