码迷,mamicode.com
首页 > 其他好文 > 详细

Git 如何配置做个ssh-key

时间:2020-03-26 13:46:46      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:style   nbsp   www   http   color   window   win   定义   gen   

1.打开cmd命令行

执行:

ssh-keygen -t rsa -C "123456@qq.com" -f ~/.ssh/first_rsa

first_rsa为自己定义的密钥存储文件

2.输入命令回车后提示输入密码,一般不设置,回两次车就好

3.之后会生成一个first_rsa文件和first_rsa.pub的文件

4.把.pub文件里的内容复制到你的git账号中。

修改.ssh/下的config文件:

1 Host gitee.com
2 IdentityFile ~/.ssh/first_rsa

以上为自己Windows系统的配置过程

 

参考  https://www.cnblogs.com/poloyy/p/12189140.html

 

Git 如何配置做个ssh-key

标签:style   nbsp   www   http   color   window   win   定义   gen   

原文地址:https://www.cnblogs.com/bchf/p/12573824.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!