ssh: connect to host github.com port 22: Connection timed out

前端 未结 17 2429
陌清茗
陌清茗 2020-12-04 05:25

I am under a proxy and I am pushing in to git successfully for quite a while.
Now I am not able to push into git all of a sudden.
I have set the RSA key and the prox

17条回答
  •  借酒劲吻你
    2020-12-04 05:49

    For me, the problem was from ISP side. The Port number was not enabled by the Internet Service Provider. So asked them to enable the port number over my network and it started working.
    Only to test: Connect to mobile hotspot and type ssh -T git@bitbucket.org or git pull.
    If it works, then ask your ISP to enable the port.

提交回复
热议问题