我正在尝试在 Github 上克隆一个存储库,但我遇到了 SSL 证书问题。
$ git clone https://github.com/HonzaKral/django-threadedcomments.git
Initialized empty Git repository in /Users/Bryan/work/django-threadedcomments/.git/
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/HonzaKral/django-threadedcomments.git/info/refs
fatal: HTTP request failed
如何安装适当的证书?
编辑:我能够通过使用 git:// 与 https:// 完全避免这个问题