当前位置: 代码迷 >> Android >> Android内核下载解决方法
  详细解决方案

Android内核下载解决方法

热度:130   发布时间:2016-05-01 22:15:53.0
Android内核下载
Android开源工程官方网站http://android.git.kernel.org/不能访问,打开后出现“Nothing to see here - only dreams of electric sheep“页面。
使用git clone git://android.git.kernel.org/kernel/common.git下载出现问题,如下:

Initialized empty Git repository in /home/liuyangping/android/kernel/common/.git/
android.git.kernel.org[0: 199.6.1.173]: errno=Connection refused
android.git.kernel.org[0: 130.239.17.13]: errno=Connection refused
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
android.git.kernel.org[0: 2001:6b0:e:4017:1972:112:1:0]: errno=Network is unreachable
android.git.kernel.org[0: 2001:4f8:1:10:1972:112:1:0]: errno=Network is unreachable
android.git.kernel.org[0: 2001:4f8:8:10:1972:112:1:0]: errno=Network is unreachable
android.git.kernel.org[0: 2001:500:60:10:1972:112:1:0]: errno=Network is unreachable
fatal: unable to connect a socket (Network is unreachable)

是该网站不能访问,那我该到哪个网站上去下载,有成功下载的么,给个地址,万分感谢!




------解决方案--------------------
刚好遇到这个问题在查, 昨天下载其他一个库还可以的, 现在查到问题了, 可能是运营商禁掉了git的端口,或是其他原因, 用网页还是可以访问http://android.git.kernel.org/kernel/这个地址的, 所以载源码的时候可以用git clone http://android.git.kernel.org/kernel/common.git 源码下载中, 呵呵
------解决方案--------------------
yangpingliu,你是怎么解决问题的?我一直无法下载。
这是我错误信息:
./repo init -u http://android.kit.kernel.org/platform/manifest.git -b gingerbread
Getting repo ...
from git://android.git.kernel.org/tools/repo.git
android.git.kernel.org[0: 199.6.1.173]: errno=Connection refused
android.git.kernel.org[0: 130.239.17.13]: errno=Connection refused
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
android.git.kernel.org[0: 2001:500:60:10:1972:112:1:0]: errno=Network is unreachable
android.git.kernel.org[0: 2001:6b0:e:4017:1972:112:1:0]: errno=Network is unreachable
android.git.kernel.org[0: 2001:4f8:1:10:1972:112:1:0]: errno=Network is unreachable
android.git.kernel.org[0: 2001:4f8:8:10:1972:112:1:0]: errno=Network is unreachable
fatal: unable to connect a socket (Network is unreachable)
  相关解决方案