1. 设置提交用户的用户名
git config --global user.name <github user name>
2. 设置提交用户的邮箱
git config --global user.email <github user email>
3. 再次提交,显示提交者为github用户
1. 设置提交用户的用户名
git config --global user.name <github user name>
2. 设置提交用户的邮箱
git config --global user.email <github user email>
3. 再次提交,显示提交者为github用户
本文标题:【CMD|GIT】设置提交者显示为github用户
本文链接:https://www.haomeiwen.com/subject/gxqiwdtx.html
网友评论