git -c core.sshCommand="'C:\Windows\System32\OpenSSH\ssh.exe'" clone ...or
git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"
try to clonegit clone ... This configures Git to use the SSH agent built into Windows instead of the OpenSSL-based one provided by MSYS2.