Cannot pick an SSH client when installing TortoiseGIT

守給你的承諾、 提交于 2019-11-29 06:46:15

问题


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 and tried to re-install, but when I try to re-install it won't bring up the "Pick your ssh client" screen. I checked their website, but this issue is nowhere to be found.


回答1:


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.




回答2:


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.




回答3:


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


来源:https://stackoverflow.com/questions/13653319/cannot-pick-an-ssh-client-when-installing-tortoisegit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!