Akram The error message “‘crumb’ is not recognized as an internal or external command, operable program or batch file” means that the command “crumb” is not found in the PATH environment variable. The PATH environment variable is a list of directories that the computer searches for executable files.
The error message “Error: Unable to find git in your PATH” means that the git command is also not found in the PATH environment variable. Git is a version control system, and the “crumb” command is a part of git.
To fix this error, you need to add the directory where the git command is located to the PATH environment variable. You can do this by editing the PATH environment variable in your system settings.
Here are the steps on how to fix this error on Windows:
Open the System Properties window.
Click on the “Advanced” tab.
Click on the “Environment Variables” button.
In the “User variables” section, find the “PATH” variable.
Click on the “Edit” button.
Add the directory where the git command is located to the PATH variable.
Click on the “OK” button.
Close the System Properties window.
Once you have added the directory where the git command is located to the PATH environment variable, you should be able to run the “crumb” command without any errors.
The reason you are getting this error is because the “crumb” command is not found in the PATH environment variable. The PATH environment variable is a list of directories that the computer searches for executable files. When you try to run the “crumb” command, the computer cannot find it because it is not in the PATH environment variable.
To fix this error, you need to add the directory where the “crumb” command is located to the PATH environment variable. You can do this by editing the PATH environment variable in your system settings.