Git ----fatal: unable to access xxx: SSL certificate problem: self signed certificate in certificate

fatal: unable to access ‘http://gitee.com/yhhyu2015/CommonUtils.git/’: SSL certificate problem: self signed certificate in certificate chain

如果连接git是报错unable to access ‘https://****’: SSL certificate problem: Invalid 因为有些服务器是https是自签名的. 所以在命令行上运行以下命令 将安全验证关掉

 git config --global http.sslVerify false 

转载

上一篇:Kattis Problem - Freckles


下一篇:狂恋多项式算法(FFT,NTT,生成函数,插值,求逆...)