git

 Fri, 25-Jul-2025 00:30:54

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

[root@iZ28pbt34foZ ~]# git clone https://github.com/gperftools/gperftools.git Cloning into 'gperftools'... fatal: unable to access 'https://github.com/gperftools/gperftools.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 

[root@iZ28pbt34foZ ~]# git config --global http.sslVerify false