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
本文共 231 字,大约阅读时间需要 1 分钟。
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
转载地址:http://jmygx.baihongyu.com/