$ git pull origin master fatal: unable to access \'https://xxxxxxxxxxxxxxx\': error setting certificate verify locations: CAfile: C:/Users/abc/AppData/Local/P
Try this
git config --system http.sslcainfo "C:\Program Files (x86)\git\bin\curl-ca-bundle.crt"
or
Switch off your SSL by running this command
git config --system http.sslverify false