Recently I was working on some code, I was pulling the changes and I ran into this issue:
fatal: unable to access 'LINK': SSL certificate problem: unable to get local issuer certificate
After a lot of research I found the solution here
It just happens if we are using the old version of the git, updating the git should solve this issue. The command to update is:
git update-git-for-windows
This fixed the issue for me! Hope it helps you as well!