git lock不断回来提交渲染GIT没用

时间:2016-09-26 10:51:36

标签: git github bitbucket

好的,我以前从来没有在GIT上遇到过这个问题。 几天前我的旧机器坏了,我现在正在使用全新的Windows安装机器。每次运行git add时,我都会通过 CMDER 设置我的GIT。我得到了

/.git/index.lock': File exists.

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.

所以我尝试运行rm .git/index.lock,但是当我尝试运行git add时。我得到了相同的消息,我从本地移除了.git文件夹,然后git init

我仍然得到同样的错误,我还注意到我的任务管理器运行了几个 Git for windows 操作,我关闭它们,运行rm .git/index.lock git add . ...有用 !!但随后git commit -m"我的消息"然后我得到相同的index.lock消息,我如何解决这个问题,它阻止我工作?

如果我在关闭git for windows任务之前尝试运行git命令我

rm: cannot remove '.git/index.lock': Device or resource busy

0 个答案:

没有答案