ssh
git bash
$ ssh-keygen -f C:\\Users\\ahxie\\.ssh\\github\\id_rsa -t rsa -C "ahxieqi@163.com"
# -f 生成的ssh保存的文件
# -t ssh 类型
# -C 备注
$ ssh-keygen -f C:\\Users\\ahxie\\.ssh\\github\\id_rsa -t rsa -C "ahxieqi@163.com"
# -f 生成的ssh保存的文件
# -t ssh 类型
# -C 备注