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

git生成ssh公钥方法--远程连接github仓库

时间:2019-01-20 18:54:52      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:name   mail   图片   gen   邮箱   github   http   src   id_rsa   

先配置全局的用户名和邮箱

$ git config --global user.name "runoob"
$ git config --global user.email test@runoob.com

生成公钥命令

#1、cd到当前用户加目录下
cd  ~

#2、生成公钥文件
ssh-keygen -t rsa -C ‘youremal‘


#3、查看你的公钥
cat .ssh/id_rsa.pub

将公钥添加到git设置中

1、
技术分享图片

2、
技术分享图片

3、
技术分享图片

git生成ssh公钥方法--远程连接github仓库

标签:name   mail   图片   gen   邮箱   github   http   src   id_rsa   

原文地址:https://www.cnblogs.com/Kingfan1993/p/10295600.html

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