Skip to content
IngCr3at1on edited this page May 17, 2012 · 9 revisions

When I try to sync with repo I get fetch errors.

This can occur when you are running an old version or repo or if an external issue causes the sync to fail (such as a timeout).

To resolve this make sure you have the latest version of repo.

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo

Than from your working directory remove the old repo binaries and manifest.

rm -rf .repo/repo
rm -rf .repo/manifests .repo/manifests.git .repo/manifest.xml

After that reinitialize the repo according to the directions included with your manifest of choice.

Clone this wiki locally