杭州电信是不是封闭了 github?

查看 31|回复 2
作者:wtzwutianzhi   
ssh -vT [email protected] 报错:
kex_exchange_identification: read: Connection reset by peer
Connection reset by 140.82.116.36 port 443
22 不行,换成 443 还是不行,用手机网络正常,挂 tz 也不行!!!
wtzwutianzhi
OP
  
https://github.com/orgs/community/discussions/58249 和这个类似,没有解决方案~
Renzheng   
你的 proxy 可能有问题,机场可能禁用了
file `C:\Users\username\.ssh\config`
```config
ProxyCommand connect -S 127.0.0.1:1080 -a none %h %p
Host ssh.github.com
User git
Port 443
Hostname ssh.github.com
IdentityFile "C:\Users\username\.ssh\github_ed25519"
TCPKeepAlive yes
```
您需要登录后才可以回帖 登录 | 立即注册

返回顶部