fatal: unable to access 'https://git.tosekara.com/product/cvip/frontend/panel/covid19/django.git/': SSL certificate problem: unable to get local issuer certificate code example

Example 1: unable to get local issuer certificate git

git config --global http.sslVerify false

Example 2: git config --global http.sslverify "false" This command resolve my problem

//If you get an error in git when you try to push to heroku, type this code
//to the console.
git config --global http.sslverify "false"
This command resolve my problem