添加github ssh 公钥

Posted Yori

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了添加github ssh 公钥相关的知识,希望对你有一定的参考价值。

1、在控制台输入命令:

ssh-keygen -t rsa -C "github上的邮箱地址"

2、将公匙复制后添加到github网站:    id_rsa.pub文件

3、测试是否能够连接,在控制台输入命令:

ssh -T git@github.com

 

mac上的路径为  ~/.ssh

以上是关于添加github ssh 公钥的主要内容,如果未能解决你的问题,请参考以下文章

git下载别人的代码

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

TortoiseGit 绑定 GitHub/Gitee ssh秘钥

git上传文件到github与gulp的简单使用

Sourcetree For user git on host github.com/gitee.com 完美解决

Sourcetree For user git on host github.com/gitee.com 完美解决