ERROR git is not recognized as an internal or external command
Every time I run the git command on windows, I get the following error:
'git' is not recognized as an internal or external command, operable program or batch file.
Is there any way to fix this? Thanks in advance.
Reason for getting git not recognized error:
Other Apps Messing Up Your System.
- Not Having The Program Installed On Your Computer.
- Ensure The Program Actually Exists On Your PC.
- Use The Full Path To The Executable File.
- Enclose The File Path With Double Quotes.
- Move The File To System32 Folder.
You have to set your PATH to point at your git installation.
- Navigate to "My Computer", right-click
- Click on "Properties",
- Select "Advanced",
- Then choose "Environment Variables",
- highpoint the "Path" variable,
- Click "Edit",
Then, add your path right before the "Variable value" field, separated by a semicolon from the already present entry.