Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #git #config #This #command #resolve #problem
ADD COMMENT
Topic
Name
9+4 =