Hi,

I use git 2.37 on Windows 10 and i have an problem with git clone ssh

This command is Ok

ssh [email protected] -v -p 2223 -i Z:\zpoubelle\tssh4\id_rsa
But following command failed

set GIT_SSH_COMMAND="ssh -p2223-i Z:\zpoubelle\tssh4\id_rsa"
git clone [email protected]:2223/srv/git/your-repo.git --verbose

"ssh -p2223-i Z:\zpoubelle\tssh4\id_rsa": line 1: ssh -p2223-i 
Z:\zpoubelle\tssh4\id_rsa: No such file or directory


Regards

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/4b6bc74a-8e69-435e-a24f-c9aec775b56cn%40googlegroups.com.

Reply via email to