1. 问题
使用右键 TortoiseGit clone 代码时,不能 load 私钥,即:“Load Putty Key” 是灰色的。
2. 原因
原因其实很简单,就是 TortoiseGit 默认使用的 SSH client 为 ssh.exe,但该文件却不在环境变量路径下存在。
3. 解决办法
在 TortoiseGit 的 Settings 中找到 Network,在下面的 SSH client 设置为 TortoisePlink.exe。该文件在 TortoiseGit 安装目录下的 bin 文件夹里。
例如:D:\Program Files\TortoiseGit\bin\TortoisePlink.exe
参考
http://blog.csdn.net/erickhuang1989/article/details/41907983
http://stackoverflow.com/questions/12894434/why-is-the-load-putty-key-field-in-tortoisegit-disabled
[zhiwenwebfaceone01]