Cannot create a project from version control using Github

Answered

I am signed into my github account on IntelliJ and when I go to clone a project using the Github URL, an error message comes up that says the following

If anyone knows how to fix this please help. Thanks!

0
3 comments

Git client itself fails to verify SSL. Does it work on the command line?

Also, it might be caused by the wrong git executable selected in the IDE. Seems you are using GitForWIndows, so make sure path in Settings | Version Control | Git is C:\Program Files\Git\cmd\git.exe

0
Avatar
Permanently deleted user

The path for Git is correct, what do you mean by "Does it work on the command line?"

Thanks for the response.

0

> what do you mean by "Does it work on the command line?"

I mean does cloning work if you call it in the command line?

Make sure to use Command prompt, which is a native Windows shell, not GitBash.

0

Please sign in to leave a comment.