Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git ssl certificate problem

git config --global http.sslVerify false
# do whatever u were trying to do here
git config --global http.sslVerify true
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #ssl #certificate #problem
ADD COMMENT
Topic
Name
5+6 =