git fail, and what to do????

来源:互联网 发布:蜘蛛纸牌知乎 编辑:程序博客网 时间:2024/05/21 10:10
android:
1). $ repo init -u git@172.24.61.94:qaep/manifest.git -m app-eclair-dint.xml
( $ repo init -u git@172.24.61.94:qaep/manifest.git -m app-dr4.xml )
( $ repo init -u git@172.24.61.94:qaep/manifest.git -m /int/deliv/v260.xml)

再次sync source的时候,如果出现出错误可以尝试如下的操作.
( $ make clean
$ repo forall -c "git reset --hard HEAD"
$ repo forall -c "git clean -f" )