git学习笔记 --- Warning: the ECDSA host key for 'myserver' differs from the key for the IP address 192.。

来源:互联网 发布:淘宝宝贝优化到首页 编辑:程序博客网 时间:2024/06/04 18:51

Warning: the ECDSA host key for 'myserver' differs from the key for the IP address '192.168.1.81


解决办法:

ssh-keygen -R 192.168.1.81

阅读全文
0 0