Cloninginto'music'...The authenticityofhost'gitee.com (*.*.*.*)' can't be established.ECDSAkeyfingerprintisSHA256:FQGC9Kn/eye1W8icdBgrQp+KkGYoFgbVr17bmjey0Wc. Are you sure you wanttocontinueconnecting (yes/no/[fingerprint])? yesWarning:Permanently added'gitee.com,*.*.*.*' (ECDSA) ...
新生成密钥的时候,git clone或者push的时候,报这样的错误: The authenticity of host 'github.com (20.205.243.166)' can't be established. ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM. Are you sure you want to continue connecting (yes/no/[fingerprint])? 少了一...
git---如何解决The authenticity of 新生成密钥的时候,git clone或者push的时候,可能会报这样的错误: ``` The authenticity of host 'http://gitee.com(http://xxx.xxx.xxx.xxx)' can't be established. ECDSA key fingerprint is SHA256:xxxxxxxxxxxxxxxxxxxxxxxx. ``` Google之后明白,文件夹内少了一个kn...
新生成密钥的时候,git clone或者push的时候,可能会报这样的错误:```The authenticity of host 'gitee.com (xxx.xxx.xxx.xxx)' can't be established.ECDSA key fingerprint is SHA256:xxxxxxxxxxxxxxxxxxxxxxxx.```Google之后明白,文件夹内少了一个known_hosts文件,本来密钥文件应该是三个,现在...
[root@localhost data]# git clone git@192.168.2.1:dev/test.git 正克隆到 'test'... The authenticity of host '192.168.2.1 (192.168.2.1)' can't be established. ECDSA key fingerprint is SHA256:zrvQnhSEBUrxCxdIZ3HbTLxZfWnaKv7tbeFl/asoDw8. ...
ECDSA key fingerprint is SHA256:8bZUeFxyoxL9oYhc5aAZjgSZ5CT1oGYEYoehN/OLEYY. Are you sure you want to continue connecting (yes/no)? 因为这是第一次登录,ssh无法判断远程的服务端是否是正确的,在这里如果有人中间截获了你的登录请求,并且模拟ssh服务端的话,你的密码就会泄漏(中间人攻击),所以ssh会...
$ git clone macai@172.16.127.43:/home/macai/web/vision_prj_repo.git 正克隆到 'vision_prj_repo'... The authenticity of host '172.16.127.43 (172.16.127.43)' can't be established. ECDSA key fingerprint is SHA256:d2UJyLYxdTOsdoHqubiNgWwbUHRcKwCKo9wyHx2MNMo. ECDSA key fingerprint is MD5...
The authenticityofhost'gitee.com (212.xx.xx.xxx)'can't be established.ECDSAkey fingerprint isSHA256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.Are you sure you want tocontinueconnecting(yes/no/[fingerprint])? 解决4: 在新生成密钥之后,在.ssh文件夹(之前的文章有提到过)中少了一个known_hosts文件,本来密钥...
ssh-keygen -t ecdsa -C "zhangpeng@zhangpeng.com" 想当然以为上传id_ecdsa.pub到gitlab: 首先确认这是有效的,可以clone下来了: 看一下know_host仍然是ssh-ed25519。但是git ssh这里是解决了。具体愿意还不知道...不过我貌似前几天update了一下系统...这里就记录一下吧,具体的原因 and加密的算法有时间去研...
[root@localhost data]# mkdir /101 [root@localhost data]# cd /101 [root@localhost 101]# git clone git@192.168.137.100:xmlgrg_test/xm.git 正克隆到 'xm'... The authenticity of host '192.168.137.100 (192.168.137.100)' can't be established. ECDSA key fingerprint is SHA256:zUU81Kb1Q5uS1...