After installing IntelliJ Idea, I cannot use GutHub and Git beacause of missing "git.exe" file -
found reason , solution.
when installin idea, git installed on computer, idea haven't installed on existing one.
to solve problem, fist find "git.exe" file on computer using operating system's search. after you've found it, go file>settings>version controls>git (even if you're having problem github) >path git executable > "..." , paste destination path of git.exe file have found erlier.
if choose not full path (environment variable) integration when installing git
(on windows), you'll need tell intellij find git.cmd;
, can in
settings > project settings > version control > vcss > git
Comments
Post a Comment