已经反复多次遇到这个问题
如何解决
【前提进入当前文件目录下!!!而非根目录】
输入命令 vim ~/.ssh/config
Host github.com
User YourEmail@xx.com
Hostname ssh.github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Port 443
- 按 i 或 a 进入编辑模式
- 复制上面
- esc退出编辑
- :wq保存退出
输入命令 ssh -T git@github.com
成功!