Git Clone Fails: Server Certificate Verification Failed

喜欢而已 提交于 2019-12-05 08:18:56

Ok, I found the solution... I guess a script (I hadn't looked at) ran on my computer which ran the line

git config --global http.sslVerify true

So the solution was simply to change run

git config --global http.sslVerify false

Heh...

Delete all reference to the SSH certificate from your Github account and validate manually with an e-mail address and password.

mkebri

To do your clone without dealing with cert problem this post (disable certification verification) can help you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!