Cannot clone git repository
"Joel Nothman" <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
Due to untrusted certificates on the dndg site, I can't clone it in git: $ git clone git://luna.dndg.it/git/psycopg2.git Initialized empty Git repository in /.../Desktop/psycopg2/.git/ fatal: The remote end hung up unexpectedly $ git clone https://dndg.it/cgi-bin/gitweb.cgi?p=public/psycopg2.git Initialized empty Git repository in /.../psycopg2/.git/ fatal: https://dndg.it/cgi-bin/gitweb.cgi?p=public/psycopg2.git/info/refs download error - SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Any suggested resolution? Thanks, - Joel