可以連接到github.com,但無法拉取

可以連接到github.com,但無法拉取

我不知道為什麼會突然發生這種情況,之前我沒有遇到任何問題。我似乎無法從 GitHub 提取數據。我可以連接,以下工作:

$ ssh -T [email protected]
Hi kbjr! You've successfully authenticated, but GitHub does not provide shell access.

但後來我嘗試實際做一些事情,我得到了這個:

$ git pull origin master
ssh: connect to host github-fs114-cp1-prd.iad.github.net. port 22: Connection refused
fatal: The remote end hung up unexpectedly

有誰知道可能是什麼原因造成的?

答案1

我正在為我的一個存儲庫獲取此資訊(無法推送或拉取),但不會為另一個存儲庫獲取此資訊。這https://status.github.com/頁面說:

We are currently experiencing issues with access over ssh for some repositories.

所以他們意識到了這個問題。

更新:此問題現已解決。

相關內容