原文:git---如何解决The authenticity of host can't be established.

新生成密钥的时候,git clone或者push的时候,可能会报这样的错误: The authenticity of host gitee.com xxx.xxx.xxx.xxx can t be established. ECDSA key fingerprint is SHA :xxxxxxxxxxxxxxxxxxxxxxxx. Google之后明白,文件夹内少了一个known hosts文 ...

2019-11-23 11:12 0 3527 推荐指数:

查看详情

Git】The authenticity of host '192.168.1.1 (192.168.1.1)' can't be established.

背景,在服务器用www用户身份 执行拉取命令报错 原因分析: 在新生成密钥之后,在.ssh文件夹中少了known_hosts文件 解决办法: 这里填yes就好了。此时选择yes回车之后便生成了缺少了的known_hosts文件 再次执行上边的命令。就ok ...

Sat Nov 23 04:42:00 CST 2019 0 1123
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM