Cannot pick an SSH client when installing TortoiseGIT

后端 未结 3 1231
暗喜
暗喜 2020-12-30 01:21

I installed TortoiseGIT using TortoisePink as my SSH client. But I later found out that that was not the correct one to use for my purposes. So, I uninstalled TortoiseGIT an

相关标签:
3条回答
  • 2020-12-30 01:35

    TortoiseGIT leaves key HKEY_CURRENT_USER\Software\TortoiseGit in registry after uninstall.

    I deleted it and was able to pick SSH client on next install.

    0 讨论(0)
  • 2020-12-30 01:42

    I was able to circumvent this problem by going to the TortoiseGIT settings page. Under "network" I noticed that the "TortoisePink.exe" file was still selected. So, I just changed this to "ssh.exe" without a path and viola! My issue is fixed.

    0 讨论(0)
  • 2020-12-30 01:55

    I will add this here as I didn't want to reinstall TortoiseGit just for this and the other solutions did not help.

    If you want to switch TortoiseGit to OpenSSH, simply run this at the command prompt:

    tortoisegitproc /command:firststart
    
    0 讨论(0)
提交回复
热议问题