My machine uses Window 8 x64. I installed Git on my Windows, everything works fine. I configured the "Path to Git executable" parameter of my IDE (PhpStorm IDE) in Git exe which can be found by the following answer
Where is git exe located
Here is the location where git.exe is located on my computer C: \ Users [computer_name] \ AppData \ Local \ GitHub \
But today I received a message from my IDE: Cannot start Git: git.cmd. Probably the path to the Git executable is invalid. Fix it. (show balloon)
I checked both git.exe or git.cmd, they disappeared, I donβt know why. I tried to reuse the GitHubSetup that I used to install to repair or reinstall, but the GitHub application was still open, because it seemed like there was never a problem with myself. Github runs on my machine, I see my repository, commit, etc. But I would like git.exe to be configured for my IDE.
How can I return this missing file (git.exe)?
source share