win10 git 报错 Host key verification failed

Posted Kuai Jiajin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win10 git 报错 Host key verification failed相关的知识,希望对你有一定的参考价值。

从code.aliyun.com切回github

原先的known_hosts里记录的是code.aliyun.com的ip,必须新加一个github的。
known_hosts报错Host key verification failed.

powershell用多了,stackoverflow上的解决办法一个都没用。

切记,win10必须在git bash下运行下面的命令,cmd powershell里面运行都不管用。

ssh -T [email protected]
选择yes 添加信任。
详情请看:
Github help Testing your SSH connection

以上是关于win10 git 报错 Host key verification failed的主要内容,如果未能解决你的问题,请参考以下文章

mac系统idea开发工具git -push 报错:no matching host key type found. Their offer: ssh-dss

Git error:Host Key Verification Failed 解决方案

SCP报错:Host key verification failed.

scp报错:Host key verification failed. REMOTE HOST IDENTIFICATION HAS CHANGED!

管理Git生成多个ssh key及报错Bad configuration option解决方法-2018-10-06

管理Git生成多个ssh key及报错Bad configuration option解决方法-2018-10-06