gpt4 book ai didi

Android源码下载错误

转载 作者:行者123 更新时间:2023-11-29 14:11:16 26 4
gpt4 key购买 nike

我已经按照 Android 网站上关于如何下载最新的 android 源代码文件的说明进行操作,但是当我运行此命令时出现错误:

repo init -u git://android2.git.kernel.org/platform/manifest.git

它给出了以下错误:

Getting repo ...
from git://android.git.kernel.org/tools/repo.git
android.git.kernel.org[0: 199.6.1.176]: errno=Connection refused
android.git.kernel.org[0: 130.239.17.12]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)

在查看论坛的解决方案时,我被告知端口 9418 已被阻止。我使用 Ubuntu 10.04 并确保防火墙没有阻止端口并且还启用了端口和上述 IP 地址。我还与确保没有来自 Internet 的流量被阻止的网络窥视者进行了交谈。如果我能得到下一步如何进行的指示,我会很高兴。

最佳答案

好的,我解决了这个问题。

使用 sudo apt-get install corkscrew 下载并安装 Corkscrew。

我之前在我的主目录下创建并添加了一个 bin 目录,其中也包含 repo 脚本。

创建一个“git-proxy”脚本并添加以下内容:

#!/bin/sh
exec corkscrew 67.202.81.240 8080 $*

IP地址可以从互联网上提供免费代理地址的网站获取。该网站列于此处:http://spys.ru/en/

之后,执行以下命令:

git config --global core.gitproxy '~/bin/git-proxy'

重新运行:repo init -u git://android.git.kernel.org/platform/manifest.git

然后运行repo sync

关于Android源码下载错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2920415/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com