$ git pull origin master fatal: unable to access \'https://xxxxxxxxxxxxxxx\': error setting certificate verify locations: CAfile: C:/Users/abc/AppData/Local/P
Thanks to https://github.com/npm/npm/issues/1484 git config --global http.sslverify "false" will solve the problem
git config --global http.sslverify "false"