An error is reported in Git clone laravel project
this is because the SSL certificate of the server has not been signed by a third party organization, so an error is reported
solution:
git config --global http.sslVerify "false"
Similar Posts:
- [Solved] server certificate verification failed. CAfile: none CRLfile: none
- SSL certificate problem in Git: unable to get local issuer certificate error
- Git submission error self signed certificate
- IDEA unable to access ‘https://github.com/Blank/xxx.git/’: error setting certificate verif
- For pulling code on git, report “error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_Syscall, errno 10054” solution
- [Solved] git clone Error: SSL certificate prob lem: self signed certificate
- [git/tower]SSL certificate problem: Invalid certificate chain
- [Solved] fatal: unable to access ‘https://github.com/tsinglink/uvccamera.git/’: OpenSSL SSL_read: Connection was reset, errno 10054
- [Solved] Git Error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- Git clone Error: RPC failed; curl 18 transfer closed with outstanding read data remaining