This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM625:git.ti.com 不工作

Guru**** 2337880 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1514112/am625-git-ti-com-not-working

工具/软件:

我尝试了由 Arago 构建映像、但 今天或昨天无法从 git.ti.com 下载 edgeai-gui-app 存储库

而且、我今天或昨天还无法从 git.ti.com 下载 ti-linux-kernel 存储库(git.ti.com:errno=Connection 已拒绝)。  您能否确认这是一个已知问题?  另外、是否有网页可让我检查 git.ti.com 的当前已知状态(以便我知道它是否因维护而停机)?

$ git clone git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git

克隆到"ti-linux-kernel"...
致命:无法连接到 git.ti.com:
git.ti.com[0: 198.47.28.207]:errno=拒绝连接

我还尝试使用 nmap 来查看 git.ti.com 与 github.com 的状态、git 端口似乎已关闭(请参阅下面的输出):

$ nmap git.ti.com -p http、git

从 Nmap 7.80 ( https://nmap.org )开始、地址为2025年05月15日02:43 UTC
git.ti.com 的 nmap 扫描报告(198.47.28.207)
主机已启动(0.17s 延迟)。

港口国服务
80/tcp 打开 http
8008/TCP 过滤的 http
9418/TCP 闭合 Git

nmap done (完成 nmap):在3.23秒内扫描1个 IP 地址(1个主机)

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Chun Chi:

    您是否要尝试改用 https 链接?  https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel

    我只是测试了它,它对我很有用。  

    此致、

    Qutaiba

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Qutaiba:
    感谢您的答复。 我可以访问 git.ti.com/.../ti-linux-kernel、但仍然无法通过 git clone 下载存储库。 我更喜欢使用 git 来下载工程。 我想知道这是否是由我的个人设置造成的。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Chun Chi:

    您仍然可以使用此链接克隆存储库。 我在我的机器上测试过它、它运行良好:

    ~/temp$ git clone git.ti.com/.../ti-linux-kernel
    Cloning into 'ti-linux-kernel'...
    Fetching objects: 14849490, done.
    Checking connectivity: 14849490, done.
    Updating files: 100% (87910/87910), done.
    

    另一个链接的问题可能是由您一方的代理设置引起的。 我仍然建议使用上面的示例。  

    此致、

    Qutaiba