I'm really sorry to pollute this list with (another) dumb question, but I'm having trouble fetching the latest code with Git (a manual build and install of 1.7.6.1 on CentOS 5.6, which worked fine with other Git repos I've used).
I've never tried to do this before (I've been using the 0.10 tarball) but I want to get today's CMake OpenEXR-finding fix. I've tried both syntaxes suggested on your "how to download" page, and neither works.... ______________________ [simon.eves@localhost]$ git clone [email protected]:OpenImageIO/oiio.git Cloning into oiio... Permission denied (publickey). fatal: The remote end hung up unexpectedly [simon.eves@localhost]$ git clone https://github.com/OpenImageIO/oiio Cloning into oiio... 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/OpenImageIO/oiio/info/refs fatal: HTTP request failed ______________________ Obviously it's an authentication issue, but my Git-fu is weak and the docs don't say anything more. It doesn't prompt me for a username/password at any time (which I am used to with other repos). I did make myself a Github account, but I'm under the impression that that's only of use if I want to fork (which I don't). What am I doing wrong, please? Sorry... :( Simon _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
