git报错---If no other git process is currently running...

Posted mengtaoadmin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git报错---If no other git process is currently running...相关的知识,希望对你有一定的参考价值。

今天帮同事上传一个代码(预生产环境),当我执行到git add 文件 的时候,出现了如下错误:

If no other git process is currently running, this probably means a

git process crashed in this repository earlier. Make sure no other git

process is running and remove the file manually to continue.

网上查了好多文章,总结一下,方便以后查看,以下是解决方案:

rm -f ./.git/index.lockbi

编译ICS时出现以下错误:

build/core/Java.mk:20: * dalvik/dexgen: Invalid LOCAL_SDK_VERSION ‘4’ Choices are: current . Stop.

解决方法:

rm -rf prebuilt ; repo sync prebuilt
技术图片

以上是关于git报错---If no other git process is currently running...的主要内容,如果未能解决你的问题,请参考以下文章

git 复位出现If no other git process is currently running, this probably means a git process crashed in t

If no other git process is currently running, this probably means a git process crashed in this repo

错误记录Git 使用报错 ( no changes added to commit (use “git add“ and/or “git commit -a“) )

错误记录Git 使用报错 ( no changes added to commit (use “git add“ and/or “git commit -a“) )

git报错:fatal: No configured push destination.

Git 操作报错 no matching cipher found