按照http://source.android.com/source/downloading.html中说明下载源码,但是当使用命令repo syns的时候总是失败DownloadError: android.googlesource.com: <urlopen error [Errno 110] Connection timed out>
其实官网(http://source.android.com/source/downloading.html)有段说明,如果认真执行就可解决。
在尝试通过repo同步Android源码时遇到Connection timed out错误。解决方法包括:按照官方步骤操作,使用浏览器登录https://android.googlesource.com/new-password并授权,将授权信息添加到~/.netrc文件,修改下载URI为https://android.googlesource.com/a/platform/manifest,最后执行repo sync即可正常下载。
按照http://source.android.com/source/downloading.html中说明下载源码,但是当使用命令repo syns的时候总是失败DownloadError: android.googlesource.com: <urlopen error [Errno 110] Connection timed out>
其实官网(http://source.android.com/source/downloading.html)有段说明,如果认真执行就可解决。
2343
7624

被折叠的 条评论
为什么被折叠?