如何解决Gitbash克隆致命错误
我是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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.