Possible Duplicate:
HTTPS github access
I am trying to clone a Git repository from Cygwin running on Windows 7. I am entering the command git clone http://github.com/scottgonzalez/node-chat
and getting this result:
Cloning into node-chat...
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/scottgonzalez/node-chat/info/refs
fatal: HTTP request failed
It seems like I get some sort of error whenever I try to do anything involving an https URL in Cygwin. How can I make the clone work?