发布于 ,修改:
ssh -T git@github.com
使用以上命令时如出现“ssh: connect to host gitub.com port 22: Connection refused”或其它错误,打开“C:\Users\你的用户名\.ssh\config”文件(如果没有则新建一个)输入以下内容
Host *
ProxyCommand "C:/你的git位置/mingw64/bin/connect.exe" -S 127.0.0.1:1080 %h %p
此处的 Host * 可用 Host github.com 代替。最后再执行以下命令测试:
ssh -T git@github.com
请问目前github在国内还能用吗?
能,但是连接经常有问题