Git SSH keygen 生成与配置

Posted everlose

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git SSH keygen 生成与配置相关的知识,希望对你有一定的参考价值。

git config --global user.name "Your Name"
git config --global user.email "email@example.com"
ssh-keygen -t rsa -C "email@example.com"

# 查看你的公钥

cat ~/.git/id_rsa.pub

去 github 个人设置 ssh key,把公钥的内容

测试是否能连接

ssh -vT git@github.com

以上是关于Git SSH keygen 生成与配置的主要内容,如果未能解决你的问题,请参考以下文章

如何在TortoiseGit中使用ssh-keygen生成的key

Git配置多ssh密钥

git配置github与gitlab同时使用

git配置github与gitlab同时使用

多个git账号的配置

Windows环境下阿里云添加SSH Key及Git配置Key