赞
踩
1、配置用户信息
git config --global user.name [username]
git config --global user.email [email]
2、查询用户信息
git config --list
3、git config --system --unset credential.helper
之后会提示输入名称和密码