Hi
I am using Ubuntu 8.10. Followed the steps given in
http://source.android.com/download.
But am getting 'Connection Timed out' error on executing the repo init
command.
-----------------------------------------------------------------------------------------------------------------
android@android-laptop:~/mydroid$ ~/bin/repo init -u
git://
android.git.kernel.org/platform/manifest.git
Getting repo ...
from git://
android.kernel.org/tools/repo.git
android.kernel.org[0: 199.6.1.176]: errno=Connection timed out
android.kernel.org[0: 204.152.191.13]: errno=Connection timed out
android.kernel.org[0: 204.152.191.45]: errno=Connection timed out
android.kernel.org[0: 130.239.17.12]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
Traceback (most recent call last):
File "/home/android/bin/repo", line 590, in ?
main(sys.argv[1:])
File "/home/android/bin/repo", line 564, in main
os.rmdir(repodir)
OSError: [Errno 2] No such file or directory: '.repo'
-----------------------------------------------------------------------------------------------------------------
Has anyone else encountered the same problem? Please help.
regards
Gnuhash