1、下载Git Bash(git for windows):Git for Windows
2、输入(邮箱为自己github的邮箱)
ssh-keygen -t ed25519 -C "your_email@example.com"
3、创建公钥、私钥
提示您“Enter a file in which to save the key(输入要保存密钥的文件)”时,按 Enter 键。 这将接受默认文件位置。
> Enter a file in which to save the key (/c/Users/you/.ssh/id_algorithm):[Press enter]
在提示时输入安全密码。(在输入密码时不会显示)
> Enter passphrase (empty for no passphrase): [Type a passphrase]
> Enter same passphrase again: [Type passphrase again]
4、获取密钥
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
如果 clip
不可用,可找到隐藏的 .ssh
文件夹,在常用的文本编辑器中打开该文件,并将其复制到剪贴板。
5、将密钥添加到git hub的账户上
在git hub的个人信息界面找到设置,在设置里找到SSH and GPG keys
title中添加描述性语言
key中添加密钥