Saber2pr's Blog

git清除登录状态

  1. git 退出登录
git config --system --unset credential.helper
git config --unset-all credential.helper
git config --global --unset-all credential.helper
git config --system --unset-all credential.helper
  1. git 取消 https 验证
git config --global http.sslVerify "false"