TortoiseGit disconnected: no supported authentication methods available(server sent:publickey)
TortoiseGit连接github出现disconnected no supported错误解决办法
git bash连接正常,但是TortoiseGit在push时提【disconnected no supported authentication methods available(server sent: publickey) 】
【解决办法】
如图所示,修改TortoiseGit->Setting->NetWork下的SSH client目录结构即可。
注意:必须勾选Enable Proxy Server ,否则保存不了。
之前一直用命令行,现在想用图形工具,TortoiseGit,安装后遇到错误
TortoiseGit disconnected: no supported authentication methods available(server sent:publickey) 解决方法
因为TortoiseGit和Git的冲突 我们需要把TortoiseGit设置改正如下。
1.找到TortoiseGit -> Settings -> Network
2.将SSH client指向~\Git\usr\bin\ssh.exe(Git安装路径下)
然后便可正确push和pull
转载于:https://blog.csdn.net/goawaycow1/article/details/78069487/