git - access denied or repository not exported when download android source code -


i trying download android_4.2_r1 source code. , using ubuntu 12.04. i've installed jdk 1.6, python 2.7, git..

i downloaded repo use code "$ curl http://code.google.com/p/git-repo/downloads/detail?name=repo-1.12 ~/bin/repo" (since official 1 forbidden in china... )

anyway, initiated repo successfully.

but when try 'repo sync' meet error:

brendon@brendon-lenovo:~/android4.2/.repo$ repo sync fatal: remote error: access denied or repository not exported: /platform/abi/cpp.git error: cannot fetch platform/abi/cpp 

does know reason? thank you!

it because fetch link forbidden in china...

we need choose 1 can used here.

i recommend one: git://android.git.linaro.org/


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -