vendredi 29 mars 2019

git clone : server certificate verification failed

Solution:

export GIT_SSL_NO_VERIFY=1
or
git config --global http.sslverify false

Aucun commentaire:

Categories