$ git config --global user.name "用户名"
$ git config --global user.email "你的邮箱"
ssh-keygen -t rsa // 生成密钥
查看密钥指令:
$ cat ~/.ssh/id_rsa.pub
$ git config --global user.name "用户名"
$ git config --global user.email "你的邮箱"
ssh-keygen -t rsa // 生成密钥
查看密钥指令:
$ cat ~/.ssh/id_rsa.pub
2112
3512
288

被折叠的 条评论
为什么被折叠?