现在如何获取android源代码?需要代理吗
如题。
我的步骤如下:
curl http://android.git.kernel.org/repo >~/bin/repo
~/bin/repo init -u git://android.git.kernel.org/platform/manifest.git || echo "faild"
android.git.kernel.org[0: 199.6.1.176]: errno=Connection timed out
android.git.kernel.org[0: 204.152.191.45]: errno=Connection timed out
android.git.kernel.org[0: 130.239.17.12]: errno=Connection timed out
android.git.kernel.org[0: 149.20.20.141]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
faild
为什么网上其他人都用repo init –u git://android.git.kernel.org/platform/manifest.git来获取。repo在~/bin/目录下, 难道他们的PATH包含了这个目录?不然是运行不了的。
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
把2.1的共享下吧
况且dropbox.com不是被墙了么… 呵呵
2.1的源码已经有了哈…
只见了2.0的源代码
android-2.0的下载地址如下
http://dl.dropbox.com/u/3238411/android-2.0-eclair-src.zip
2.2源码还没出的吧……
我下载了SDK2.0的源代码。
非常感谢2位
请问gfw是啥意思?
我是用wifi上网的,但是我觉得速度还不错阿。
网上人家是这样的:
#curl http://android.git.kernel.org/repo >/bin/repo
# chmod a+x /bin/repo
#repo init -u git://android.git.kernel.org/platform/manifest.git
这是把repo脚本放在/bin目录下,然后设为可执行… 只是为了方便,在使用repo时不输入全路径…
你的放在~/bin/repo,运行$ ~/bin/repo init -u git://android.git.kernel.org/platform/manifest.git也是可以的,没多大差别… 没没把~/bin包含在PATH中,不能直接用repo命令,需要全路径或相对路径…
很显然你的是网络不好,换个网或用代理估计没问题…
break through the gfw