報(bào)錯(cuò)內(nèi)容如下:
unable to access 'https://....git/': SSL certificate problem: certificate has expired
certificate has expired 意思就是證書過期
其實(shí)就是SSL卡住了你,因此最快的解決方法就是關(guān)掉SSL驗(yàn)證。
打開 git bash 輸入以下命令 回車 即可
git config --global http.sslVerify false