Looking at the Stars.(简称叫我853!

解决无法通过SSH连接Github的问题

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

来自网友的2条留言

  • 请问目前github在国内还能用吗?

    2022-09-10 20:20  
    • Sonic853站长20

      能,但是连接经常有问题

      2022-09-12 05:48  