“Problème de certificat GIT SSL” Réponses codées

Problème de certificat 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 "false" Cette commande résout mon problème

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

Réponses similaires à “Problème de certificat GIT SSL”

Questions similaires à “Problème de certificat GIT SSL”

Plus de réponses similaires à “Problème de certificat GIT SSL” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code