【发布时间】:2015-09-18 11:01:20
【问题描述】:
我在尝试推送或拉取时突然开始收到以下错误消息:
ssh: connect to host github.com port 22: Operation timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
如何检查我是否拥有“正确的访问权限”?我已经在这个存储库上工作了很长一段时间,从来没有遇到过问题。
我做错了什么?
【问题讨论】:
-
telnet github.com 22--- 如果你运行它会得到什么? -
@zerkms 我得到了
Operation timed out,Unable to connect to remote host -
那是你的连接问题。
-
@zerkms 关于如何解决这个问题的任何想法?
-
它可以是任何东西:从您的操作系统问题到您的互联网提供商的问题。