解决办法1:在用户配置目录下添加一个ssh配置文件
vim /root/.ssh/config 内容如下:
Host *
KexAlgorithms +diffie-hellman-group1-sha1
解决方法2: 在ssh全局配置目录下添加一个ssh配置文件
vim /etc/ssh/ssh_config.d/ssh_xx.conf 内容如下:
Host *
KexAlgorithms +diffie-hellman-group1-sha1
Posted 无边身尊者
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone时出现:"diffie-hellman-group1-sha1 "相关的知识,希望对你有一定的参考价值。
解决办法1:在用户配置目录下添加一个ssh配置文件
vim /root/.ssh/config 内容如下:
Host *
KexAlgorithms +diffie-hellman-group1-sha1
解决方法2: 在ssh全局配置目录下添加一个ssh配置文件
vim /etc/ssh/ssh_config.d/ssh_xx.conf 内容如下:
Host *
KexAlgorithms +diffie-hellman-group1-sha1
以上是关于git clone时出现:"diffie-hellman-group1-sha1 "的主要内容,如果未能解决你的问题,请参考以下文章
git clone时出现Permission denied (public key)问题解决
idea在使用git clone 时出现Filename too long
运行命令“gatsby new gatsby-site”时出现 git clone 错误 - 命令失败,退出代码为 1(EPERM):
git clone 时出现fatal:unable to access 如下情况报错及解决办法
Git clone时出现Please make sure you have the correct access rights and the repository exists.问题已解决。(示例代