git 的证书重新设置,以及如何让git 记住提交的用户名和密码

1.git 的证书的重新设置的命令是:     

git config --system --unset credential.helper

2.保存git的用户名和密码注意这里是全局保存

git config --global credential.helper store

原文地址:https://www.cnblogs.com/1540340840qls/p/9466963.html