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

前端 未结 17 2387
陌清茗
陌清茗 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:43

    I had this issue for 2 hours and it turns out removing the "s" from https and just do:

    git clone -b http:

    Fixed it.

提交回复
热议问题