“Problem certyfikatu GIT SSL” Kod odpowiedzi

Problem certyfikatu 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” to polecenie rozwiązać mój 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
Amused Anaconda

Odpowiedzi podobne do “Problem certyfikatu GIT SSL”

Pytania podobne do “Problem certyfikatu GIT SSL”

Więcej pokrewnych odpowiedzi na “Problem certyfikatu GIT SSL” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu