git错误处理

Posted EzrealR

tags:

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

1.今天 当我  执行  git add  somefile 的时候,出现 如下 错误:

 

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.lock

 

2. 编译ICS时 出现 如下错误:

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

解决方法:

rm -rf prebuilt ; repo sync prebuilt

以上是关于git错误处理的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段15——git命令操作一个完整流程

如何管理在每个 git 版本中添加私有代码片段?

使用 Git 来管理 Xcode 中的代码片段

markdown Git代码片段

PHP代码-psysh调试代码片段工具

git 提交代码到github错误处理