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"
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"