The solution to the error report of github Clone Library
Today, when cloning a library using git, the error is as follows:
Cloning to 'lepus'...fatal: unable to access' https://github.com/ruzuojun/lepus.git/': SSL certificate problem: unable to get local issuer certificate
I vaguely remember that I have encountered this kind of error before, but I forgot the solution, so I searched the Internet for a wave. When I found that it was a certificate problem accessed by https, I used the command to remove the verification of ssl directly, and the problem was solved.
Solution:
[root@monitor local] # git config-- global http.sslVerify false