79075865

Date: 2024-10-10 19:27:52
Score: 1
Natty:
Report link

Ran into this problem on a fresh Git install on Windows 11. None of the other answers helped. Was finally able to fix it by switching Git to using the built-in ssh.exe instead of the one packaged with Git for Windows by running:

git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Reshi