TortoiseGit disconnected no supported authentication

简介:

说明

在windows上用git命令提交到github,报错如下:Disconnected: No supported authentication methods available(server sent: publickey)。

附截图

 

 

解决方法:

1、TortoiseGit -> Settings –> Network->将SSH client设置成C:\Program Files\Git\usr\bin\ssh.exe

2、修改windows环境变量: GIT_SSH=C:\Program Files\TortoiseGit\bin\TortoiseGitPlink.exe修改为

GIT_SSH=C:\Program Files\Git\usr\bin\ssh.exe



本文转自pizibaidu 51CTO博客,原文链接:http://blog.51cto.com/pizibaidu/1918953,如需转载请自行联系原作者

相关文章
|
4月前
|
Unix 网络安全 数据安全/隐私保护
putty Faual Error:No supported authentication methods available (server sent: publickey)
putty Faual Error:No supported authentication methods available (server sent: publickey)
151 0
|
Docker Windows 容器
解决 windows:An attempt was made to access a socket in a way forbidden by its access permissions
解决 windows:An attempt was made to access a socket in a way forbidden by its access permissions
1372 1
解决 windows:An attempt was made to access a socket in a way forbidden by its access permissions
|
7月前
|
网络安全
解决WARN: Establishing SSL connection without server‘s identity verification is not recommended警告问题~
解决WARN: Establishing SSL connection without server‘s identity verification is not recommended警告问题~
|
8月前
|
关系型数据库 MySQL 数据库
MySql错误 1251 - Client does not support authentication protocol requested by server
MySql错误 1251 - Client does not support authentication protocol requested by server
68 0
|
11月前
|
网络安全
WARN: Establishing SSL connection without server‘s identity verification is not recommended
WARN: Establishing SSL connection without server‘s identity verification is not recommended
80 0
|
NoSQL 安全 MongoDB
mongorestore[报错]auth error: sasl c onversation error: unable to authenticate using mechanism
mongodb中添加了admin表的用户,即创建了超级管理员(mongodb的安全生产环境的权限设置请查看: [https://blog.csdn.net/Chenftli/article/details/105228130](https://blog.csdn.net/Chenftli/article/details/105228130)),此时我想去将备份的集合的bson文件数据导入到mongodb指定的数据库时会报出上面的错误。 ##### 尝试 尝试使用下面的命令执行
578 0
|
开发工具 数据安全/隐私保护 git
git 报错:Support for password authentication was removed. Please use a personal access token instead.
git 报错:Support for password authentication was removed. Please use a personal access token instead.
344 0
git 报错:Support for password authentication was removed. Please use a personal access token instead.
|
数据安全/隐私保护
remote: Support for password authentication was removed on August 13, 2021
remote: Support for password authentication was removed on August 13, 2021
142 0
|
存储 关系型数据库 MySQL
警告解决:Establishing SSL connection without server‘s identity verification is not recommended. Accordin
警告解决:Establishing SSL connection without server‘s identity verification is not recommended. Accordin
1354 0
|
关系型数据库 MySQL Java