-
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
Startup warning #821
Comments
Where have you installed cmder? |
And the posh-git module is here: |
Try putting it on your desktop/user dir, permissions can mess things up |
It's still the same, even when I run the cmder as administrator. |
I have the exact same problem on Windows 7, PowerShell 4. |
Run this: Does it return If |
It returns Updating gives me this:
So no luck :-( Also ran a
|
After I've reinstalled windows the problem has gone :) |
Bit of an extreme fix but ok. Sounded like the path git was found at wasn't the version either your or cmder were expecting. |
Hi!
I've installed the latest version of cmder (1.2.9) and now I'm getting this warning message:
WARNING: posh-git requires Git 1.7.2 or better. You have .
If I start the PowerShell the posh-git works OK (no error message), but in cmder I don't get the nicely formatted status in the git directory as in PowerShell.
Running the
git --version
command in cmder outputs the following:git version 2.7.0.windows.1
What am I missing?
The text was updated successfully, but these errors were encountered: