生成密钥打开Git Bash,输入以下命令:$ ssh-keygen -t rsa -C "这里写你注册github时的邮箱"会弹出来一段话$ Enter file in which to save the key (/c/Users/86132/.ssh/id_rsa):按enter键,选择n然后再输入以下命令查看公钥:$ cat ~/.ssh/id_rsa.pub复制得到的公钥
将密钥添加要github上打开github,点击右上角头像,点击设置点击ssh and gpg keys,点击new ssh key标题随便取(自己知道什么意思就行)将复制的公钥粘贴到key字段