“Problema de certificado GIT SSL” Código de respuesta

Problema de certificado GIT SSL

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.sslverify "falso" Este comando resuelve mi 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

Respuestas similares a “Problema de certificado GIT SSL”

Preguntas similares a “Problema de certificado GIT SSL”

Más respuestas relacionadas con “Problema de certificado GIT SSL” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código