- 清除git缓存
git config --local --unset credential.helpergit config --global --unset credential.helpergit config --system --unset credential.helper
保存git缓存
-
git config --global credential.helper store
来源:https://www.cnblogs.com/zhouyideboke/p/11211650.html