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

原文地址:https://www.cnblogs.com/pinganzi/p/6516437.html