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
No comments:
Post a Comment