【git基础问题】
问题
Unable to negotiate with XXX port : no matching host key type found. Their offer: ssh-rsa
解决方法
cd .ssh vim config
添加信息
Host * HostkeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa
参考
1. 【已解决】Unable to negotiate with XXX port : no matching host key type found. Their offer: ssh-rsa_大数据之眸;
完
做自己该做的事情,做自己喜欢做的事情,安静做一枚有思想的技术媛。
版权声明,转载请注明出处:https://www.cnblogs.com/happyamyhope/
版权声明,转载请注明出处:https://www.cnblogs.com/happyamyhope/