Horje
git ssl certificate problem Code Example
git ssl certificate problem
git config --global http.sslVerify false
# do whatever u were trying to do here
git config --global http.sslVerify true
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




Shell

Related
bash read a file line by line Code Example bash read a file line by line Code Example
how to install jest Code Example how to install jest Code Example
git access denied Code Example git access denied Code Example
git add access rights for script Code Example git add access rights for script Code Example
expo async storage Code Example expo async storage Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15