问题:Unable to negotiate with 10.109.102.41 port 29412: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
fatal: Could not read from remote repository.
解决办法:
在 ~/.ssh/config中添加如下代码 :
Host *
KexAlgorithms +diffie-hellman-group1-sha1