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:// を使用することで、問題を完全に回避できました。