Wednesday, December 11, 2013

Git: SSL certificate problem: unable to get local issuer certificate

git clone https://stash.acme.com/scm/pup/biemond-orawls-vagrant.git

Cloning into 'biemond-orawls-vagrant'...
fatal: unable to access 'https://stash.acme.com/scm/pup/biemond-orawls-vagrant.git/': SSL certificate problem: unable to get local issuer certificate

The secret is
set GIT_SSL_NO_VERIFY=true
git clone etc etc


No comments: