小编Hsu*_*ung的帖子

无法连接到 github.com 端口 443:操作超时

git clone https://github.com/RubyLouvre/avalon
Cloning into 'avalon'...
fatal: unable to access 'https://github.com/RubyLouvre/avalon/': Failed to connect to github.com port 443: Operation timed out
Run Code Online (Sandbox Code Playgroud)

我不能使用 HTTPS 来克隆任何 repo,但我可以通过 SSH 克隆它们。

git clone git@github.com:RubyLouvre/avalon.git
Cloning into 'avalon'...
remote: Counting objects: 33102, done.
remote: Compressing objects: 100% (44/44), done.
Run Code Online (Sandbox Code Playgroud)

这有什么问题?我什至设置了代理,但它仍然无法正常工作。我尝试了很多网络环境,但没有任何意义。

git github

6
推荐指数
1
解决办法
2万
查看次数

标签 统计

git ×1

github ×1