最近下载android源码报错误如下:
curl: (7) couldn't connect to host和
root@localhost WORKING_DIRECTORY]# repo sync android.git.kernel.org[0: 130.239.17.13]: errno=Connection refused android.git.kernel.org[0: 199.6.1.173]: 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:500:60:10:1972:112:1:0]: errno=Network is unreachable fatal: unable to connect a socket (Network is unreachable) error: Cannot fetch platform/bionic
原因是Kernel.org hacked .所以提供下载方法
1.curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo" > ~/bin/repo
chmod a+x ~/bin/repo PATH=~/bin:$PATH
mkdir WORKING_DIRECTORY cd WORKING_DIRECTORY repo init -u git://codeaurora.org/platform/manifest.git -b gingerbread repo sync请参考 http://php.webtutor.pl/en/2011/09/05/kernel-org-hacked-how-to-get-android-repo/