Adam
--
You received this message because you are subscribed to the Google Groups "gitolite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gitolite+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
1. Removed existing git installation (downloaded from http://gitforwindows.org ).
2. Reinstalled opting for OpenSSH rather than Tortoise Plink.
3. Created C:\Users\userx\.ssh and dropped private ssh key there ("id_rsa" in OpenSSH format)
Both:
plink gitolite3@git-test info
and
git clone gitolite3@git-test:gitolite-admin
work fine after I type key's passphrase.
4. In order to avoid being prompted for a passphrase every time I used this script:
https://github.com/ericblade/ssh-agent-cmd
which invokes "%ProgramFiles%\git\usr\bin\ssh-agent.exe"
It can be permanently added to startup through a registry key or executed on demand.