我在windows10下使用sourcetree,并通过ssh与远程git repo交互。
我想要sourcetree通过我用Putty启动的本地socks代理与远程git repo交互。
有很多解决方案,但都是Linux的,我怎么能在windows10下实现这一点?由于
正如我在你之前的问题中提到的,不要使用Putty。。
只使用Windows (C:Program FilesGitusrbinssh.exe
)自带的openssh
ssh -D 8123 -f -C -q -N socksserverip.com
一旦工作,您可以尝试使用SourceTree中的隧道。