git生成ssh公钥

1
2
3
4
5
# 先生成配置邮箱
git config --global lyr

git config --global lyr-2000@qq.com
 git config --list
1
2
3
4
5
cd ~
# linux 环境下操作
ssh-keygen -o
cat .ssh/id_rsa.pub
# 将内容复制上 GitHub ssh上面