1 使用了 git config --global url."https://".insteadOf git://
2 使用了 git config --global http.proxy [公司 proxy IP ]
3 改变端口 Host github.com User [email protected] Hostname ssh.github.com PreferredAuthentications publickey IdentityFile ~/.ssh/id_rsa Port 443
ssh -T [email protected]
ssh: connect to host ssh.github.com port 443: Connection timed out
ute@3-5-CLOUD503:~/.ssh$ vim config
。。。。


