1. 程式人生 > >解決 repo sync error: Exited sync due to fetch errors

解決 repo sync error: Exited sync due to fetch errors

這個是repo android原始碼時遇到的問題,如下解決方法親測可行:

$ repo sync -f –j10

 -f or --force-broken flag allows it to recover from network error and more important recover on broken/missing objects.

-jN use N threads。

image