生成秘钥
使用命令生成秘钥:
1 | ssh-keygen -t ed25519 -C "2523511898@qq.com" |
一直enter到结束
复制秘钥的内容到github
1 | C:\Users\xxx\.ssh |
进入
1 | https://github.com/settings/keys |
new SSH key
复制 id_ed25519.pub文件中的内容到github的公钥框中
测试是否成功
1 | ssh -T git .com |
成功显示:
1 | Hi XXX! You've successfully authenticated, but GitHub does not provide shell access. |