git 清除缓存

  • 清除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
原文地址:https://www.cnblogs.com/zhouyideboke/p/11211650.html