一、打開windows的git bashgit
set GIT_SSL_NO_VERIFY=true git clone
git config --global http.sslVerify false
二、保存密碼windows
永久保存緩存
git config --global credential.helper store
設置記住密碼(默認15分鐘)bash
若是想本身設置緩存時間,能夠這樣作:spa
git config credential.helper ‘cache –timeout=3600’