【CMD|GIT】设置提交者显示为github用户
2023-11-21 本文已影响0人
盐果儿
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用户