首页 > 技术文章 > git 清除缓存

zhouyideboke 2019-07-19 10:17 原文

  • 清除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

推荐阅读