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
posted @ 2019-07-19 10:17  又回到了起点  阅读(2362)  评论(0编辑  收藏  举报