Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Miniontoby/934e0ff4e98ce5d48e9bbf80ac642e88 to your computer and use it in GitHub Desktop.
Save Miniontoby/934e0ff4e98ce5d48e9bbf80ac642e88 to your computer and use it in GitHub Desktop.
Fix for "SSL certificate problem: unable to get local issuer certificate" windows issue!

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment