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

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

时间:2019-07-14 15:27:46      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:block   val   add   sync   ima   proc   RoCE   cal   解决   

今天帮同事上传一个代码(预生产环境),当我执行到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...

标签:block   val   add   sync   ima   proc   RoCE   cal   解决   

原文地址:https://www.cnblogs.com/mengtaoadmin/p/11184018.html

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