报错内容如下:
unable to access 'https://....git/': SSL certificate problem: certificate has expired
certificate has expired 意思就是证书过期
其实就是SSL卡住了你,因此最快的解决方法就是关掉SSL验证。
打开 git bash 输入以下命令 回车 即可
git config --global http.sslVerify false
报错内容如下:
unable to access 'https://....git/': SSL certificate problem: certificate has expired
certificate has expired 意思就是证书过期
其实就是SSL卡住了你,因此最快的解决方法就是关掉SSL验证。
打开 git bash 输入以下命令 回车 即可
git config --global http.sslVerify false