标签:用户 lob gen div key 设置 pre github 出现
ls -al ~/.ssh
如果已经存在,直接通过以下命令复制,然后去对应的gitlab或gihub等网站进行设置
pbcopy < ~/.ssh/id_rsa.pub
git config --global user.name "your_name"
git config --global user.email "your_email@example.com"
可以通过git config --list 查看是否已配置成功
ssh-keygen -t rsa -C "your_email@example.com"
pbcopy < ~/.ssh/id_rsa.pub
标签:用户 lob gen div key 设置 pre github 出现
原文地址:https://www.cnblogs.com/lqw007/p/13236841.html