git 生成公钥

配置用户名和邮箱:

$ git config --global user.name "your_name"

$ git config --global user.email "your_email@example.com"

生成密钥对:

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

posted @ 2020-02-29 17:09  zhangsima  阅读(197)  评论(0编辑  收藏  举报