$ git pull origin master fatal: unable to access \'https://xxxxxxxxxxxxxxx\': error setting certificate verify locations: CAfile: C:/Users/abc/AppData/Local/P
In version 2.x of git-bash The path to the .crt has changed to ../Git/mingw64/ssl/certs/ca-bundle.crt. I had to update this manually in git-bash with
git config --global http.sslcainfo "/path/to/Git/mingw64/ssl/certs/ca-bundle.crt"