Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.
Shaun Jackman edited this page Mar 20, 2017 · 17 revisions

I get an error message: curl: (77) error setting certificate verify locations

curl is not able to establish a secure connection. To use an insecure connection for both curl and git, run:

echo insecure >> ~/.curlrc
git config --global http.sslVerify false
Clone this wiki locally