进入Git Bash
设置用户名
git config user.name "your name"
设置邮箱
git config user.email "your email"
配置SSH免密登录
ssh-keygen -t rsa -C 'your email'
查看秘钥
cat ~/.ssh/id_rsa.pub
绑定Gitee
测试是否成功
ssh -t git@gitee.com
设置用户名
git config user.name "your name"
设置邮箱
git config user.email "your email"
配置SSH免密登录
ssh-keygen -t rsa -C 'your email'
查看秘钥
cat ~/.ssh/id_rsa.pub
绑定Gitee
测试是否成功
ssh -t git@gitee.com
本文标题:配置Git
本文链接:https://www.haomeiwen.com/subject/iulbtrtx.html
网友评论