“Git SSL -Zertifikatsproblem” Code-Antworten

Git SSL -Zertifikatsproblem

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.slverify "false" Dieser Befehl behebt mein 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

Ähnliche Antworten wie “Git SSL -Zertifikatsproblem”

Fragen ähnlich wie “Git SSL -Zertifikatsproblem”

Weitere verwandte Antworten zu “Git SSL -Zertifikatsproblem” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen