解决git报ssh variant 'simple' does not support setting port

解决办法

在git bash中输入命令

1

git config --global ssh.variant ssh

你可能感兴趣的:(git)