如何解决Gitbash克隆致命错误

发布于 2025-02-09 05:14:22 字数 409 浏览 5 评论 0原文

我是github的初学者。我需要克隆 https://github.com/ufpa/abc/abc/abc .git 。当我键入代码时 git克隆

Cloning into 'ufpa'... fatal: unable to access 'http://github.com/UFPA/ufpa.git/': Failed to connect to 172.22.254.57 port 1080 after 2071 ms: Connection refused

It will be firewall issue?因为我的系统端口是8080,并且错误显示了端口1080。

I'm a beginner to GitHub.I need to clone the https://github.com/UFPA/abc.git . when i typed the code
git clone https://github.com/UFPA/ufpa.git
It gives me the error

Cloning into 'ufpa'...
fatal: unable to access 'http://github.com/UFPA/ufpa.git/': Failed to connect to 172.22.254.57 port 1080 after 2071 ms: Connection refused

It will be firewall issue? because my system port is 8080 and the error show the port 1080.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逐鹿 2025-02-16 05:14:22

IP地址172.22.254.57处于私有IP地址范围。因此,很可能是您组织中的代理服务器。

此外,GitHub组织 ufpa 似乎没有任何公共存储库。除非您可以访问该组织中的私人存储库,否则您将获得“未找到存储库”错误。

The IP address 172.22.254.57 is in private IP address range. So most likely it is a proxy server in your organization.

Also, the Github organization UFPA doesn't seem have any public repositories. Unless you have access to private repositories in this organization, you will get "repository not found" error.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文