安装git
配置用户名和邮件
git config --global user.name "GoshLee"
git config --global user.email "jiakasd@qq.com"
配置秘钥
ssh-keygen -t rsa -C "jiakasd@qq.com"
ssh -T git@github.com
git config --global user.name "GoshLee"
git config --global user.email "jiakasd@qq.com"
ssh-keygen -t rsa -C "jiakasd@qq.com"
ssh -T git@github.com
本文标题:Mac github的本地配置
本文链接:https://www.haomeiwen.com/subject/fymluqtx.html
网友评论