$ git pull origin master
fatal: unable to access \'https://xxxxxxxxxxxxxxx\':
error setting certificate verify locations:
CAfile: C:/Users/abc/AppData/Local/P
For future readers:
I was having this problem after installing devel packages on cygwin.
I tried all of the fixes in this thread but nothing was working
Then, I ran into this thread on github
What I did was I found where CAPATH was being specified in gitconfig, and I deleted that https specification, and it solved my issue.