【GIT】本地提交显示作者为github账号
2023-07-16 本文已影响0人
盐果儿
命令行输入命令:
git config --global user.name <GitHub Username>
git config --global user.email <Email Address>
命令行输入命令:
git config --global user.name <GitHub Username>
git config --global user.email <Email Address>