新建一个key
打开 Git Bash:
ssh-keygen -t rsa -b 4096 -C "你的github邮箱"
路径和passphrase都回车默认
复制key:
键入:
clip < ~/.ssh/id_rsa.pub
github中新建ssh key
在用户设置边栏中,点击SSH和GPG密钥
在密钥部分粘贴刚才复制的key
打开 Git Bash:
ssh-keygen -t rsa -b 4096 -C "你的github邮箱"
路径和passphrase都回车默认
复制key:
键入:
clip < ~/.ssh/id_rsa.pub
在用户设置边栏中,点击SSH和GPG密钥
在密钥部分粘贴刚才复制的key