Open GoogleCodeExporter opened 8 years ago
I found the solution for the problem I faced for downloading the Android Froyo
source, thats "fatal: Unable to look up gitorious.org (port 9418) (Name or
service not known)"
Here the gitorious.org DNS was not getting resolved to its server address, So i
used the following command,
$ dig gitorious.org to know the server IP address of the git and replaced the
following line with
$ repo init -u git://gitorious.org/rowboat/manifest.git -m ManifestName
$ repo init -u git://87.238.52.168/rowboat/manifest.git -m ManifestName
Then gave the repo sync, which successfully downloaded the whole source in one
shot.
Regards,
Ankit
Original comment by ankith.pisces
on 22 Dec 2010 at 5:16
Original issue reported on code.google.com by
ankith.pisces
on 15 Dec 2010 at 2:31