【Repo报错解决】Repo command failed due to the following `SyncError` errors: xxx/xxx/xxx checkout xxxxxx
【代码】【Repo报错解决】Repo command failed due to the following `SyncError` errors: xxx/xxx/xxx checkout xxxxxx。
·
报错类似:
Repo command failed due to the following `SyncError` errors:
platform/xxx-father/xxx-son checkout xxxxxx
解决方法:
- 删除该文件夹,如果father文件夹老报错,请直接删掉father文件夹
rm -rf xxx-father/xxx-son
- 继续同步,使用快速同步方法,直到出现下一个错误
repo sync -j1 --fail-fast
更多推荐



所有评论(0)