Mac github的本地配置
2019-02-28 本文已影响0人
国声Li
安装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