SmartGit won't authenticate with ssh

后端 未结 5 1873
予麋鹿
予麋鹿 2020-12-10 02:39

I have a webserver with gitolite installed and where i login using my ssh key. Normally i just use git on the server itself using the command line but for a new project i ne

5条回答
  •  时光取名叫无心
    2020-12-10 03:17

    If you want to use putty as ssh client, please follow the below steps:

    1. Edit|Preferences|Commands|Authentication, choose Use System SSH Client
    2. In windows system variables, set GIT_SSH=plink (where putty's plink.exe location)

    After that, please use pageant and load the private key

提交回复
热议问题