Git报错FATAL: Unable to connect to relay host, errno=10061 kex_exchange_identificat
发现是ssh设置里的代理出了问题,去C:\Users\username.ssh里面的config文件把有关代理的那行删掉就好(我的是ProxyCommand connect -S 127.0.0.1:1080 %h %p
),需要的时候再加回去...
发现是ssh设置里的代理出了问题,去C:\Users\username.ssh里面的config文件把有关代理的那行删掉就好(我的是ProxyCommand connect -S 127.0.0.1:1080 %h %p
),需要的时候再加回去...