Getting android_x86 source code
January 15, 2012 at 4:50 pm Leave a comment
I was trying to clone android x86 and got this error:
$ repo init -u http://git.android-x86.org/manifest -b froyo-x86 $ repo sync git.android-x86.org[0: 210.240.39.201]: errno=Connection refused fatal: unable to connect a socket (Connection refused)
I solved it just replacing “git://” by “http://” in the file:
$ vi .repo/manifest.xml
This guy got same issue: http://groups.google.com/group/android-x86/browse_thread/thread/b85e8ca3e445c608
Also replace the “korg” from git://android.git.kernel.org by git://codeaurora.org
Advertisement
Entry filed under: Dicas. Tags: .
Trackback this post | Subscribe to the comments via RSS Feed