gitlab不验证https证书
export GIT_SSL_NO_VERIFY=truegit config --global http.sslVerify "false"
export GIT_SSL_NO_VERIFY=truegit config --global http.sslVerify "false"
git config --global https.proxy http://127.0.0.1:10809 git config --global https.proxy https://127.0.0.1:10809 git config --global --unset http.proxy git config --global --unse...
编辑.gitconfig,此文件在当前用户目录 [credential]helper=store