Intellij IDEA: Repository test failed unable to access: error setting certificate verify locations

5.3k views Asked by At

I have new empty public project in GitHub and i can't clone it. I installed new IntelliJ 2018 version and there's no GitHub option in File->New->Project From Version Control. So i've chosen Git option and added URL but it throws Repository test failed unable to access: error setting certificate verify locations error when i press Test button. The thing is i have IntelliJ 2017 in my second notebook and there IS GitHub option in File->New->Project From Version Control and i could clone the project there. Any ideas?

1

There are 1 answers

6
VonC On BEST ANSWER

That error message usually comes with a path pointing to the outdated certificate bundle file (as seen here).

Try and install the latest Git, and relaunch IntelliJ.

That or use the SSH URL of your GitHub repo as a workaround.