【Git】git clone命令报错:host key verification failed

Posted

tags:

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

参考技术A 使用 git clone 命令克隆项目的时候报错:host key verification failed

解决方法超级简单,就是在确认那一步,一定要手动输入:yes!而不是要按回车

git clone报错处理

git clone报错:Host key verification failed. fatal: Could not read from remote repository.

原因: 是由于git 的RSA秘钥更改了
解决方案:
找到git服务器上的.ssh目录下的known_hosts文件将秘钥拷贝复制到拉代码的机器上的.ssh目录下的known_hosts文件中保存即可。

以上是关于【Git】git clone命令报错:host key verification failed的主要内容,如果未能解决你的问题,请参考以下文章

git clone 出现错误

idea从git上clone项目报错

解决git clone报错SSL certificate problem

Mac系统git clone 慢解决方案

git call failed: [git clone Could not resolve host: git.openstack.org

git clone 远程仓库报错error setting certificate verify locations