重置本地密码的命令
重置本地密码
(1)git config --system --unset credential.helper
重置后,在执行命令时重新输入用户名密码,即可
(2)git config --global http.postBuffer 50M
重新设置 拉取缓存的最大值
【解决问题 fatal: unable to access ‘https://github.com/…/.git’: Could not resolve host: github.com】
(3)只需要在命令行中执行,既可解决以上问题。
git config --global --unset http.proxy
git config --global --unset https.proxy