Tuesday, June 3, 2014

fatal: unable to access 'https://github.com/me/project.git/': SSL certificate problem: unable to get local issuer certificate

git clone https://github.com/my/project.git
Cloning into 'project'...
fatal: unable to access 'https://github.com/me/project.git/': SSL certificate problem: unable to get local issuer certificate

Solution:

Try to replace https:// with git://

else

setenv GIT_SSL_NO_VERIFY true

No comments:

Post a Comment