git报错:no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
需要在用户目录下的 .ssh文件夹下新建一个 config 文件,添加:
Host *
KexAlgorithms +diffie-hellman-group1-sha1
需要在用户目录下的 .ssh文件夹下新建一个 config 文件,添加:
Host *
KexAlgorithms +diffie-hellman-group1-sha1
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。