git push遇到no matching key exchange method found

没啥好办法。

参考Using “KexAlgorithms diffie-hellman-group1-sha1” did not resolve “no matching key exchange method found” error

export GIT_SSH_COMMAND='ssh -o KexAlgorithms=+diffie-hellman-group1-sha1'

Must be called every time you open the Git Bash. Yeah, git is hell.