Forum Discussion
Anonymous
4 years agoI have made this work with Sourcetree (not sure if this applies if your using the embedded git).
I have git cli working via the git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"
method. The error mentioned above happens if I have Sourcetree set to "OpenSSH" as the SSH Client in the General Settings. When I set to option to "PuTTY / Plink" all my git commands started working as expected.