git - When running repo sync error: Exited sync due to fetch errors -


i'm trying sync jb repository receive odd error. funny thing not crash @ same point (though might synchronization issue since add -j10).

command: $ repo sync -j10

error: error: exited sync due fetch errors

i'm aware of possibility of starting fresh annoying , issue enough.

can suggest faster solution?

ok, effort, found similar question here

summary:

invoking $ repo sync -f -j10 did trick.

as seems -f or --force-broken flag allows recover network error , more important recover on broken/missing objects.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -