git clone出现fatal: unable to access https://: SSL certificate problem: self signed certificate

今天在用git拉代码的时候,出现了这个个错。

我们来解决它

win+r 打开cmd窗口

git clone出现fatal: unable to access https://: SSL certificate problem: self signed certificate_第1张图片

然后输入:git config --global http.sslVerify false

 

git clone出现fatal: unable to access https://: SSL certificate problem: self signed certificate_第2张图片

好了,问题解决。

 

 

 

你可能感兴趣的:(BUG)