现在如何获取android源代码?需要代理吗

发布于 2022-09-08 00:29:48 字数 808 浏览 27 评论 9

如题。

我的步骤如下:
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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

本宫微胖 2022-09-20 07:16:14

2.1的源码已经有了哈…
Kallawa 发表于 2010-05-26 19:28

    把2.1的共享下吧

忆梦 2022-09-20 07:16:08

况且dropbox.com不是被墙了么… 呵呵

唯憾梦倾城 2022-09-20 07:15:56

只见了2.0的源代码

android-2.0的下载地址如下
linux初学三月 发表于 2010-05-26 19:12

    2.1的源码已经有了哈…

╭⌒浅淡时光〆 2022-09-20 07:15:30

只见了2.0的源代码

android-2.0的下载地址如下
http://dl.dropbox.com/u/3238411/android-2.0-eclair-src.zip

oО清风挽发oО 2022-09-20 07:08:52

2.2源码还没出的吧……

爱你是孤单的心事 2022-09-20 05:48:59

我下载了SDK2.0的源代码。

静谧 2022-09-20 04:37:28

非常感谢2位

break through the gfw
djstava 发表于 2010-05-26 09:27

请问gfw是啥意思?

我是用wifi上网的,但是我觉得速度还不错阿。

水中月 2022-09-17 09:49:24

网上人家是这样的:
#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命令,需要全路径或相对路径…

很显然你的是网络不好,换个网或用代理估计没问题…

み格子的夏天 2022-09-10 22:18:07

break through the gfw

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文