“Problema de certificado SSL Git” Respostas de código

Problema de certificado SSL Git

git config --global http.sslVerify false
# do whatever u were trying to do here
git config --global http.sslVerify true
Lively Ladybird

Git Config -Global http.ssslverify "false" Este comando resolve meu problema

//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
Amused Anaconda

Respostas semelhantes a “Problema de certificado SSL Git”

Perguntas semelhantes a “Problema de certificado SSL Git”

Mais respostas relacionadas para “Problema de certificado SSL Git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código