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

Posted kingfan1993

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git生成ssh公钥方法--远程连接github仓库相关的知识,希望对你有一定的参考价值。

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

$ git config --global user.name "runoob"
$ git config --global user.email [email protected]

生成公钥命令

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

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


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

将公钥添加到git设置中

1、
技术分享图片

2、
技术分享图片

3、
技术分享图片




以上是关于git生成ssh公钥方法--远程连接github仓库的主要内容,如果未能解决你的问题,请参考以下文章

Git 第六章 GitHub操作 -- SSH免密登录(创建SSH公钥 & 使用公钥)

ubuntu git生成ssh key (公钥私钥)配置github或者码云

Git连接Gitlab并提交内容

Git连接Gitlab并提交内容

Git Github使用文档

git bash配置SSH远程连接阿里云ECS