How can I use SSH remotes with GitHub Desktop?
As more recently seen in “Permission failure cloning in Git in Windows”, try and launch GitHub Desktop after: (warning: read comments first) git config –global core.sshCommand “‘C:\Windows\System32\OpenSSH\ssh.exe'” That will ensure GitHub Desktop to use the right OpenSSH ssh.exe, instead of an internal one, as seen in desktop/desktop issue 5641. If Git bash does not work … Read more