I’m currently experiencing an issue with Git Bash on my Windows machine. When I try to run any git command, I receive a command not found error.
Here are some details about my setup and what I’ve tried so far:
- I have installed Git for Windows and can access Git Bash.
- When I type git –version, it returns command not found.
- I have tried adding the Git executable path to the system’s PATH environment variable, but the issue persists.
- Restarted my computer after making changes to the PATH variable.
- Verified that the Git executable exists in the specified directory.
Here are my system details:
- OS: Windows 10
- Git version: [2.45.2.windows.1]
Could anyone help me understand what might be causing this issue and how I can resolve it?
Thank you!