Tuesday, September 7, 2010

Git and CURL

Whenever I first set up a .git for a machine, I always get this error:

"Error setting certificate verify locations:"...

The solution was found here - and thank you very much! It is basically issuing the command:

git config --system http.sslcainfo \bin/curl-ca-bundle.crt

No comments:

Post a Comment