解决:
1. git abandon branchName;
2. repo forall -c git reset HEAD --hard;repo forall -c git clean -df;repo sync -c -j8