ssh: connect to host github.com port 22: Connection timed out
git config --local -e
change entry of
url = git@github.com:username/repo.git
to
url = https://github.com/username/repo.git
ref: http://stackoverflow.com/questions/15589682/ssh-connect-to-host-github-com-port-22-connection-timed-out