赞
踩
自身电脑端 git 配置用户名与邮箱:
git config --global user.name '用户名'git config --global user.email '邮箱'
配置完成后可进行查看:
git config user.namegit config user.email