GitHub添加SSH Key

打开Git Bash 输入命令 ssh-keygen -t rsa -b 4096 -C “[email protected]” 然后一直点击回车 再输入命令: clip < ~/.ssh/id_rsa.pub 然后进入网址: https://github.com/settings/ssh/new 其中Title随便输,Key在/c/Users/(自己的用户名)/.ssh/id_rsa.pub文件
相关文章
相关标签/搜索