1. 生成SSH-Key
Windows系统请使用Git bash操作# 生成第一个SSH-Key
$ ssh-keygen -t rsa -C "你的邮箱” -f ~/.ssh/id_rsa_one
# 生成第二个SSH-Key
$ ss
2021-09-13