赞
踩
git配置用户名密码
git config --global user.name "xxx" git config --global user.email "xxx"
查看用户名密码命令
git config user.name git gonfig user.email