Re: [git-users] git clone ssh key -i error

2022-10-04 Thread Philippe Couas
i have same problem with set GIT_SSH_COMMAND="ssh -p 2223 -i Z:\zpoubelle\tssh4\id_rsa" Le mardi 4 octobre 2022 à 09:54:27 UTC+2, Konstantin Khomoutov a écrit : > On Mon, Oct 03, 2022 at 10:24:39PM -0700, Philippe Couas wrote: > > > I use git 2.37 on Windows 10 and i have an problem with git clo

Re: [git-users] git clone ssh key -i error

2022-10-04 Thread Konstantin Khomoutov
On Mon, Oct 03, 2022 at 10:24:39PM -0700, Philippe Couas wrote: > I use git 2.37 on Windows 10 and i have an problem with git clone ssh > > This command is Ok > > ssh git@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:\zp