TortoiseGit clone项目时报错:No supported authentication methods available (server sent: publickey)

异常描述:使用TortoiseGit工具将gitee项目clone到本地目录时出现异常,错误提示是:No supported authentication methods available (server sent: publickey) ,如下图所示:
TortoiseGit clone项目时报错:No supported authentication methods available (server sent: publickey)_第1张图片

异常翻译没有可用的支持的身份验证方法(服务器发送:公钥)

解决方法:需要修改 TortoiseGit 网络的 SSH 客户端为 git 服务器的 ssh.exe

操作步骤
1、鼠标右键 -> TortoiseGit -> Settings -> Network -> SSH Client 项,如果TortoiseGit 已安装中文语言包步骤为:鼠标右键 -> TortoiseGit -> 设置-> 网络-> SSH Client 项,如下图:
TortoiseGit clone项目时报错:No supported authentication methods available (server sent: publickey)_第2张图片
2、点击 “ Browser ” (中文模式下点击“浏览”)找到在本地安装的 git 服务的根目录 -> Git -> usr -> bin 目录下选中 ssh.exe ,然后再点击打开,如下图:
TortoiseGit clone项目时报错:No supported authentication methods available (server sent: publickey)_第3张图片
3、回到配置页面后,点击“应用”,再次点击“确定”。
TortoiseGit clone项目时报错:No supported authentication methods available (server sent: publickey)_第4张图片
4、测试clone gitee上的项目,如图
TortoiseGit clone项目时报错:No supported authentication methods available (server sent: publickey)_第5张图片
TortoiseGit clone项目时报错:No supported authentication methods available (server sent: publickey)_第6张图片
5、已成功clone项目到本地。

你可能感兴趣的:(异常错误处理,服务器,运维)