简体   繁体   中英

Android Source, Git/Repo and error: '…/.repo/repo/.git/clone.bundle' does not look like a v2 bundle file

I'm having problems updating my Android source tree on Mac OS X (10.7.3), x64 Intel. The code was installed per Downloading the Source Tree , and SE Android was applied per How do I get the SE Android code? .

According to Version Control with Repo and Git , I issued repo sync , which resulted in:

error: '.../.repo/repo/.git/clone.bundle' does not look like a v2 bundle file

I also tried to use git pull , which resulted in:

fatal: Not a git repository (or any of the parent directories): .git

Both commands were executed from the root of the source tree.

Any ideas?

Jeff

I got the same error too.

You might want to try getting the repo again and retrying.

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

There could be problems with checksums, which is probably why pulling the latest repo helps. Redo repo init and repo sync .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM