failed to clone repo by ssh 有人遇到么, 是 github 调整了什么策略么?还是 clash 出现 bug 了, 导致无法 ssh 方式无法走代理?或者 git 出现 bug 了, git version: git version 2.43.0.windows.1 clone, ssh, GitHub, failed
网上复制的一段我用的代理办法 # ~/.ssh/config Host github.com Hostname github.com ServerAliveInterval 55 ForwardAgent yes ProxyCommand nc -x 127.0.0.1:10808 %h %p
配置 http.proxy 对 SSH 不起作用,SSH 需要单独配置。 [Git 使用 SSH 传输协议的代理方法 ]( https://ericclose.github.io/git-proxy-config.html#Git-%E4%BD%BF%E7%94%A8-SSH-%E4%BC%A0%E8%BE%93%E5%8D%8F%E8%AE%AE%E7%9A%84%E4%BB%A3%E7%90%86%E6%96%B9%E6%B3%95)