git生成秘钥文件

打开Git Bash,输入以下命令:

      ssh-keygen -t rsa -b 4096 -C "邮箱地址"

生成文件后,秘钥路径是     C:\\User\用户名\.ssh\id_rsa.pub

你可能感兴趣的:(git生成秘钥文件)