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

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -