git生成public key

Posted hustdc

tags:

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

1 配置user name和email

git config --global user.name "xxx"

git config --global user.email "xxx"

 

2 生成秘钥时指定邮箱

ssh-keygen -t rsa -C "[email protected]"

 

 

 

 

 





以上是关于git生成public key的主要内容,如果未能解决你的问题,请参考以下文章

多个 github 账号,怎样配置对应的 ssh key

git clone时出现Permission denied (public key)问题解决

管理Git生成多个ssh key及报错Bad configuration option解决方法-2018-10-06

管理Git生成多个ssh key及报错Bad configuration option解决方法-2018-10-06

git 公钥设置

Git SSH Key 生成步骤