slonopotamus / wingit

This repository is obsolete, use https://github.com/git-for-windows/git/releases
6 stars 2 forks source link

https clone fails with "SSL certificate problem: unable to get local issuer certificate" #7

Closed slonopotamus closed 10 years ago

slonopotamus commented 10 years ago
$ git clone https://github.com/slonopotamus/wingit.git
Cloning into 'wingit'...
fatal: unable to access 'https://github.com/slonopotamus/wingit.git/': SSL certificate problem: unable to get local issuer certificate

I guess we need less hacky install procedure for openssl.

refaim commented 10 years ago

How about read-only clone from from git://github.com/slonopotamus/wingit.git?

slonopotamus commented 10 years ago

This issue only affects https transport.