Github (SSH) via public WIFI, port 22 blocked

前端 未结 6 1270
忘了有多久
忘了有多久 2020-12-04 05:11

I\'m currently on a public WIFI spot and I\'m unable to use SSH (they probably blocked that port). However, I need that connection to do a git push.

<         


        
6条回答
  •  天命终不由人
    2020-12-04 05:17

    The same works for Bitbucket:

    Host bitbucket.org
      Hostname  altssh.bitbucket.org
      Port  443
    

    via (outdated / dead)

    via, updated (2015-10-29)

提交回复
热议问题