Search code examples
androidgitfreezerepo

Repo sync hangs at 96% (Orangefox Recovery)


I have been trying to sync the sources for Orangefox Recovery Project to build it for an old device I have. However, syncing the repos hangs at 96% every time, although it is a different repo sometimes not always the same one it freezes on. I have tried for a different branch of the same manifest and it finishes, so my question here would be is there a way to find out exactly where it is failing and isolate that repo? And then I could clone it manually after. Or whatever other way of finding the issue/forcing it finish it regardless of connectivity. Thanks in advance


Solution

  • Try repo --trace sync -j1.

    --trace prints verbosely. -j1 ensures only 1 job is run so that logs of different repos won't overlap.