-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tail command not found #625
Comments
The UNIX commands in cmder are actually the ones provided by msysgit (now: git for windows) if you don't have that installed, they will not work. |
I do have git for windows installed, and did have when I filed this issue. I have solved the problem for myself by adding C:\Program Files (x86)\Git\bin to my system path, but I'm a tad worried about conflicts with builtin Windows utilities. If I have problems, I'll revisit my solution. |
Ah great, I already fixed my fork of cmder regarding PATH and also updated to the latest version of Git for Windows, if you want to test it, you can find it here https://github.com/Stanzilla/cmder/releases/tag/1.2.5 |
Nice :) I'll check it out later today if I get time. |
In my case,
|
λ tail
tail : The term 'tail' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
I have Cmder and Cmder\bin in the system path (not my user's path but that shouldn't matter), and the posh-git installation seemed to go fine (I get the git branch indicator at the end of the prompt, for example, and I can use 'git').
What could be wrong?
The text was updated successfully, but these errors were encountered: