新生成密钥的时候,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文件,本来密钥文件应该是三个,现在只有两个,便报了...
The authenticity of host'172.168.50.41 (172.168.50.41)'can't be established.ECDSA key fingerprint is SHA256:28OQAVeipIe3M4oro+tTp+ExT5+z8+1PbE3ArCiTjYs. ECDSA key fingerprint is MD5:0c:3d:e9:65:24:e9:aa:c1:09:cc:69:0e:f7:b6:07:b3. Are you sure you want to continue connecting ...
1、在执行命令时:git push -u origin master,提示:The authenticity of host ‘github.com (52.192.72.89)’ can’t be established.ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.。如图1 图1 1 2 3 4 5
ECDSA key fingerprint is MD5:be:bd:1d:07:f9:5e:27:25:6e:b5:af:e6:61:15:f8:d0. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '[elbgit-1200450932.cn-northwest-1.elb.amazonaws.com.cn]:5337,[52.83.120.124]:5337' (ECDSA) to the list of k...
ECDSA key fingerprint is SHA256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx. Are you sure you want to continue connecting (yes/no/[fingerprint])? 解决4: 在新生成密钥之后,在.ssh文件夹(之前的文章有提到过)中少了一个known_hosts文件,本来密钥文件应该是三个,现在是两个,便报了这样的错误,此时选择yes回车之后...
The authenticityofhost'gitee.com (212.64.63.215)' can't be established.ECDSAkeyfingerprintisSHA256:xxxxxxxxxxxxxxx. Are you sure you wanttocontinueconnecting (yes/no/[fingerprint])? 输入yes,提示successfully则证明添加成功。 Warning:Permanently added'gitee.com,212.64.63.215' (ECDSA) to the list of...
ECDSA key fingerprint is SHA256:wpTzE5md4arrZVRHhaKFacrEHYWldSWAPwghApqXXfo. ECDSA key fingerprint is MD5:7d:d3:26:9d:05:b4:f5:e0:0e:e4:2d:34:2d:c5:a4:3e. Are you sure you want to continue connecting (yes/no)? yes ##ssh连接 Warning: Permanently added '192.168.2.100' (ECDSA)...
ECDSA key fingerprint is e8:49:9b:17:f0:d5:99:ac:01:d8:15:e4:55:86:e4:1e. Are you sure you want to continue connecting (yes/no)? y Please type 'yes' or 'no': yes Warning: Permanently added '127.0.0.1' (ECDSA) to the list of known hosts. ...
ECDSA key fingerprint is SHA256:d2UJyLYxdTOsdoHqubiNgWwbUHRcKwCKo9wyHx2MNMo. ECDSA key fingerprint is MD5:01:d6:df:44:01:c1:bc:46:d8:89:7f:06:bf:ab:28:bd. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '172.16.127.43' (ECDSA) to the ...
ECDSAkeyfingerprintisMD5:b4:bd:16:2b:de:e7:7c:fd:c5:dd:91:75:20:ff:3e:0a. Areyousureyouwanttocontinueconnecting (yes/no)?yes Warning:Permanently added'10.0.0.99'(ECDSA)to the list of known hosts. git@10.0.0.99'spassword: warning:You appear to have cloned an empty repository. ...