git push error:Unable to negotiate with xxx port 29418: no matching key exchange method found.

问题:

在这里插入图片描述

解决方法:

  1. cd /home/ssh
  2. vim config
  3. 添加信息:
 Host *
    KexAlgorithms +diffie-hellman-group1-sha1
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐