1.git 的证书的重新设置的命令是:
git config --system --unset credential.helper
2.保存git的用户名和密码注意这里是全局保存
git config --global credential.helper store