无法推动git。 SSL认证验证

时间:2014-04-18 13:18:56

标签: git ssl

我一直在寻找一种方法来访问或传递github的验证,以便将我的文件推送到我现有的存储库中。但是,每当我尝试这样做时,git总是拒绝我访问。我看到很少有老帖说你可以关闭sslverify,但它对我不起作用。非常感谢帮助。

这是我收到的信息

fatal: unable to access 'https://github.com/username/C---programs-small.git/': SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
exeter {~/skyfire} > 
exeter {~/skyfire} > git config --global http.sslVerify false
exeter {~/skyfire} > git push origin master
fatal: unable to access 'https://github.com/username/C---programs-small.git/': SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

0 个答案:

没有答案