git fail, and what to do????

android:
1). $ repo init -u [email protected]:qaep/manifest.git -m app-eclair-dint.xml
( $ repo init -u [email protected]:qaep/manifest.git -m app-dr4.xml )
( $ repo init -u [email protected]: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" )

你可能感兴趣的:(git fail, and what to do????)