gpt4 book ai didi

git - 无法从 git.gnome.org 克隆

转载 作者:太空狗 更新时间:2023-10-29 13:22:04 24 4
gpt4 key购买 nike

我正在使用 Ubuntu 操作系统。我试过从 git.gnome.org 克隆几个存储库,比如这个 -

git clone git://git.gnome.org/newcomers-tutorial
克隆到“新人教程”...
致命:无法连接到 git.gnome.org:
git.gnome.org[0: 209.132.180.184]: errno=连接超时

甚至尝试使用 http://-

git 克隆 http://git.gnome.org/newcomers-tutorial
克隆到“新人教程”...
致命:未找到 http://git.gnome.org/newcomers-tutorial/info/refs:您是否在服务器上运行了 git update-server-info?

而如果我从 github 克隆任何其他 repo,它就会成功克隆。比如——

git 克隆 https://github.com/arduino/Arduino.git
克隆到'Arduino'......
远程:计数对象:53558,完成。
远程:压缩对象:100% (617/617),完成。
^接收对象:11% (5996/53558),23.67 MiB | 1.41 MiB/秒

我在代理后面工作并且已经设置了 -

git config --global http.proxy $http_proxy

有什么帮助吗?

最佳答案

git 协议(protocol)使用一个特殊端口 (9418),如果您在代理后面工作,该端口可能会被阻止。

至于http克隆,web page of the newcomers-tutorial repo提到了 https url,而不是 http:

git clone https://git.gnome.org/browse/newcomers-tutorial

请务必先设置您的 https 代理:

git config --global https.proxy $http_proxy

关于git - 无法从 git.gnome.org 克隆,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28494361/

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