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
Post a Comment