windows下怎么生成github的ssh公钥

时间:2021-08-28 08:09:04

1. 安置git,,打开Git Bash 

2. 键入命令:ssh-keygen -t rsa -C "[email protected]"  "[email protected]"是github账号

3. 提醒你输入key的名称,输入如id_rsa

4. 在C:\Documents and Settings\Administrator\下孕育产生两个文件:id_rsa和id_rsa.pub。

5. 把4中生成的密钥文件复制到C:\Documents and Settings\Administrator\.ssh\ 目录下。

(密钥文件在当前用户的根目录,必需把这两个文件放到当前用户目录的“.ssh”目录下才华生效。

在windows中只能在命令行下输入创建"."开头的文件夹。命令为 mkdir .ssh)

6. 用记事本打开id_rsa.pub文件,复制内容,在github.com的网站上到ssh密钥打点页面,添加新公钥,随便取个名字