feelfreelinux / cspot

A Spotify Connect player targeting, but not limited to embedded devices (ESP32).
Other
479 stars 44 forks source link

clone does not work: https://gitlab.xiph.org/xiph/tremor.git/': SSL certificate problem: unable to get local issuer certificate #129

Closed PeterBremer-at-Philips closed 2 years ago

PeterBremer-at-Philips commented 2 years ago

Cloning the rep does not work as: https://gitlab.xiph.org/xiph/tremor.git/' gives error "SSL certificate problem: unable to get local issuer certificate" But when opening that website directly in a browser it does not show a certificate issue.

Any solution?

PeterBremer-at-Philips commented 2 years ago

Found the solution via google: https://stackoverflow.com/questions/23885449/unable-to-resolve-unable-to-get-local-issuer-certificate-using-git-on-windows

So in case of Windows, first execute:: git config --global http.sslbackend schannel Also see: https://stackoverflow.com/questions/16668508/how-do-i-configure-git-to-trust-certificates-from-the-windows-certificate-store use next to go back to original situation: git config --global http.sslbackend openssl

or git -c http.sslVerify=false clone--recursive https://github.com/feelfreelinux/cspot