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 clone
git clone ... This configures Git to use the SSH agent built into Windows instead of the OpenSSL-based one provided by MSYS2.