I am using GitHub Desktop on Windows 10. I initially cloned a repo using its HTTPS URL, but now our organisation have advised that we must use the SSH URL instead. So I have cha
As more recently seen in "Permission failure cloning in Git in Windows", try and launch GitHub Desktop after:
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.