- 清除git缓存
git config --local --unset credential.helper
git config --global --unset credential.helper
git config --system --unset credential.helper
保存git缓存
-
git config --global credential.helper store
git config --local --unset credential.helper
git config --global --unset credential.helper
git config --system --unset credential.helper
保存git缓存
git config --global credential.helper store