When you use command git pull
error message as following:
server certificate verification failed. CAfile: none CRLfile: none
Solution:
git config --global http.sslverify false
git config --global https.sslverify false
When you use command git pull
error message as following:
server certificate verification failed. CAfile: none CRLfile: none
Solution:
git config --global http.sslverify false
git config --global https.sslverify false