git

 Mon, 29-Jan-2024 00:38:59

chenmin@DESKTOP-VIB3O4E MINGW64 /d/code
$ git clone https://github.com/log4cplus/log4cplus.git
Cloning into 'log4cplus'...
fatal: unable to access 'https://github.com/log4cplus/log4cplus.git/': SSL certificate problem: unable to get local issuer certificate

 

to solve problem above, use following commander

git config --global http.sslVerify false