git 提交
2016-10-31 本文已影响0人
小破孩_小翟
no matching key exchange method found. Their offer: diffie-hellman-group1-sha1:
解决:修改~/.ssh/config,加入
Host *
KexAlgorithms +diffie-hellman-group1-sha1
no matching key exchange method found. Their offer: diffie-hellman-group1-sha1:
解决:修改~/.ssh/config,加入
Host *
KexAlgorithms +diffie-hellman-group1-sha1