Setting up IntelliJ IDEA for the first time and connecting to github
After installing IntelliJ IDEA, if you try to access "Check out from Version Control - GitHub", you will get the following error.
"Unable to find git.exe
This is due to git not being installed as part of the IDE installation.
Go to this url => https://git-scm.com/downloads
and download the file as per your operating system.
Afterwards, if you do the same action on IDE, you will be able to connect to GitHub.
Comments
Post a Comment