设置 github 帐号user.name和邮箱user.email

git config --global user.name username
git config --global user.email username@email.com
原文地址:https://www.cnblogs.com/dinphy/p/5790445.html