编辑~/.ssh/config,新增

Host github.com
    HostName ssh.github.com
    User git
    Port 443

使用ssh -T [email protected]测试

如果出现Host key verification failed

编辑~/.ssh/known_hosts,删除ssl.github.com那一行