跳转到内容
欢迎抵达彼岸 彼岸花开 此处谁在 -彼岸论坛

[GitHub] github ssh 协议也被封了?

Featured Replies

发表于

今天开始,push 的时候报错:

git push
Connection to 20.205.243.160 port 443 timed out
致命错误:无法读取远程仓库。

请确认您有正确的访问权限并且仓库存在。

看了下 Github 没问题,估计 ssh 协议也被搞了。。之前的 .ssh/config 需要给 ssh 也加个代理了:

Host github.com
    Hostname ssh.github.com
    Port 443
    ProxyCommand nc -X 5 -x 127.0.0.1:7890 %h %p

真的是醉醉的