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.
git push
<
Try this:
$ vim ~/.ssh/config
Add
Host github.com Hostname ssh.github.com Port 443
Source: https://help.github.com/articles/using-ssh-over-the-https-port