ga-wdi-boston / orientation

Instructions for students beginning General Assembly's WDI program in Boston
Other
11 stars 198 forks source link

Optional: use SSH over HTTPS port for github #264

Open danman01 opened 7 years ago

danman01 commented 7 years ago

For providence URI campus we cannot use the https default port it seems. Instructions to use port 443: https://help.github.com/articles/using-ssh-over-the-https-port/

Essentially place this in ~/.ssh/config:

Host github.com git.generalassemb.ly
  Hostname ssh.github.com
  Port 443