Trying to clone a repo using ssh key. key is loaded using pageant.
when running the git clone command (git clone git@bitbucket.org:company/repo.git) I get this error:
Cloning into 'core'... error: cannot spawn "C:\Program Files\PuTTY\plink.exe": Permission denied error: cannot spawn "C:\Program Files\PuTTY\plink.exe": Permission denied fatal: unable to fork
running on windows 10. putty is latest, GIT_SSH points the the right place:
GIT_SSH="C:\Program Files\PuTTY\plink.exe"
Running cygwin or cmd as administrator did not resolve this.