修改用户名
git config --global user.name "username"
修改邮箱地址
git config --global user.email "email"
全局保存账户密码
git config --global credential.helper store
git config --global user.name "username"
git config --global user.email "email"
git config --global credential.helper store