我们需要根据不同的项目场景,设置 git 的用户名。
比如在某个项目内,我需要设置用户名为别的值,比如 f1-阮喵喵,我们可以这样做:
f1-阮喵喵
git config --local user.name f1-阮喵喵
git config --global user.name ruan-cat