I am trying to clone a remote repository on Windows, but when I did this:
git clone [email protected]:organization/xxx.git
I got this error:
error: cannot run ssh: No such file or directory fatal: unable to fork
Am I missing something?
Check if you have installed ssh-client
. This solve the problem on docker machines, even when ssh keys are present:
apt-get install ssh-client
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With