When using commands git pull
The following error message appears:
server certificate verification failed. CAfile: none CRLfile: none
Solution:
git config --global http.sslverify false
git config --global https.sslverify false
When using commands git pull
The following error message appears:
server certificate verification failed. CAfile: none CRLfile: none
Solution:
git config --global http.sslverify false
git config --global https.sslverify false