Answers for "git config --global http.sslverify "false" This command resolve my problem"

0

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
Posted by: Guest on July-01-2020

Code answers related to "git config --global http.sslverify "false" This command resolve my problem"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language