git clone 命令报错 +diffie-hellman-group1-sha1时间:2023-03-08 18:01:27解决方法: 在.ssh目录下新建文件config , 添加 Host * KexAlgorithms +diffie-hellman-group1-sha1 到文件config,即可。