git 报错SSL certificate problem: unable to get local issuer certificate

下载scala kernel 的时候 git clone https://github.com/alexarchambault/jupyter-scala.git

报错SSL certificate problem: unable to get local issuer certificate

用谷歌搜索了一下,发现说这个错误并不重要是系统证书的问题,系统判断到这个行为会造成不良影响,所以进行了阻止,只要设置跳过SSL证书验证就可以了,那么用命令 :

git config --global http.sslVerify false

你可能感兴趣的:(git 报错SSL certificate problem: unable to get local issuer certificate)