主题:【求助】关于Android源代码的获取 -- kenjs71
共:💬2 🌵1
请问有没有人把Android的源代码抓下来过?
我现在的问题是,按照 http://source.android.com/source/download.html 的指示,用git/repo来获取Android的源代码,但是老是出错 :
repo init -u git://android.git.kernel.org/platform/manifest.git
。。。
* [new tag] v1.6.9.6 -> v1.6.9.6
* [new tag] v1.6.9.7 -> v1.6.9.7
* [new tag] v1.6.9.8 -> v1.6.9.8
* [new tag] v1.7 -> v1.7
* [new tag] v1.7.1 -> v1.7.1
Getting manifest ...
from git://android.git.kernel.org/platform/manifest.git
fatal: The remote end hung up unexpectedly
fatal: cannot obtain manifest git://android.git.kernel.org/platform/manifest.git
网络没有问题,
ping android.git.kernel.org
是可以的。
在Ubuntu 10和Redhat RHEL5.5上面都试过,同样的错误 (~/.gitconfig已经设置)
有没有人指点一下。
多谢。
repo sync了么?