[My Problem]

repo init -u git://android.git.kernel.org/platform/manifest.git

...

Getting manifest ...
   from git://android.git.kernel.org/platform/manifest.git
ssh: connect to host partner.source.android.com port 22: Connection
timed out
fatal: The remote end hung up unexpectedly
fatal: cannot obtain manifest git://android.git.kernel.org/platform/manifest.git

[Fix]

rm -rf .repo
mv ~/.gitconfig ~/.gitconfig.bak
repo init -u git://android.git.kernel.org/platform/manifest.git

Hope this helps ...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to