- git默认开启SSL验证,
如果直接使用git clone https://xxx, 会返回SSL certificate problem: unable to get local issuer certificate,
需要把SSL验证关闭, 在git bash窗口执行如下:git config --global http.sslVerify false - 使用https clone的时候,如果密码第一次输错了,在哪儿更改呢?
相关文章:
git clone https://xxx, 会返回SSL certificate problem: unable to get local issuer certificate,git config --global http.sslVerify false
相关文章: