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

posted @ 2017-03-07 19:40  圆旭  阅读(602)  评论(0编辑  收藏  举报