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