i,

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

This command is Ok

ssh g...@127.0.0.1 <https://groups.google.com/> -v -p 2223 -i 
Z:\zpoubelle\tssh4\id_rsa
But following command failed

set GIT_SSH_COMMAND="ssh -p 2223-i Z:\zpoubelle\tssh4\id_rsa"
git clone g...@127.0.0.1:2223/srv/git/your-repo.git 
<http://git@127.0.0.1:2223/srv/git/your-repo.git> --verbose

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


Regards
Le mardi 4 octobre 2022 à 07:24:39 UTC+2, Philippe Couas a écrit :

> Hi,
>
> I use git 2.37 on Windows 10 and i have an problem with git clone ssh
>
> This command is Ok
>
> ssh g...@127.0.0.1 -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 g...@127.0.0.1:2223/srv/git/your-repo.git 
> <http://git@127.0.0.1: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 git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/c616e2bc-1441-4eb2-a504-26604c899e22n%40googlegroups.com.

Reply via email to