ssh: connect to host ssh.github.com port 443: Operation timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
网上有查资料都是英文的,照做也没效果依然不行,求大神指点啊!!!
ssh: connect to host ssh.github.com port 443: Operation timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
网上有查资料都是英文的,照做也没效果依然不行,求大神指点啊!!!
不知道你在哪看到的ssh.github.com
, 正常情况下应该是HTTPS
: https://github.com/user/repo.git
or SSH
: git@github.com:user/repo.git
2 回答1.2k 阅读✓ 已解决
1 回答1.6k 阅读✓ 已解决
2 回答832 阅读✓ 已解决
1 回答647 阅读✓ 已解决
1 回答805 阅读
1 回答620 阅读
161 阅读
连接超时,你的网络访问不了 ssh.github.com。请确认你的网络能够访问 ssh.github.com,并且 DNS 解析正常。
给其它人:ssh.github.com 这个地址是正确的。这是 github 给处于受限网络环境(比如麦当劳的 Wi-Fi)而专门做的代理。