Windows下配置Github 的SSH Key

一、打开 Git Bash,输入如下命令,然后连续按三个回车即可: ssh-keygen -t rsa -C "[email protected]"                        注:其中/c/Users/thinkpad/.ssh/id_rsa保存的为密钥,/c/Users/thinkpad/.ssh/id_rsa.pub保存的为公钥 二、将SSH私钥添加到 ssh-agent
相关文章
相关标签/搜索