fatal: cannot run C:/Windows/System32/OpenSSH/ssh.exe: No such file or directory fatal: unable to fork
I am trying to pull a repository from github
. but I am unable to pull to digitalocean using ssh
fatal: cannot run C:/Windows/System32/OpenSSH/ssh.exe: No such file or directory fatal: unable to fork
I am trying to pull a repository from github
. but I am unable to pull to digitalocean using ssh
Considering:
I assume the issue is between your Windows PC and DigitialOcean, not between DigitalOcean and GitHub.
Regarding the "unable to fork" issue, type in a CMD
set GIT_SSH
If GIT_SSH is set, try and unset it, or remove it completely from your environment variables.
Then in that same CMD, try again your SSH to DigitalOcean.