-
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
The term 'vim' is not recognized #566
Comments
You need the none-mini version to have all the UNIX commands, or install manually msysgit. |
i have the same problem, but it happend only when i use powershell as startup a cmder, i work well on cmd |
Having the same issue with a fresh none-mini version 1.2, even when running it as an administrator or using the normal CMD instead of PowerShell on start-up. UPDATE: Resolved, it was thanks to the new Git for Windows 2.5.0 |
I'm having the same problem ever since I installed Windows 10. Now have no vim, and I can't run ls -lah. |
@brentonklassen Did you install Git for Windows? If so, the issue is likely because the Unix tools have moved from Git's Using my installation as an example: |
Hello guys, I have the same problem but I cannot find the solution.. Any possible ideas how to fix the error ? Im using windows 7 with git version 2.6.1.windows.1. Also does any of you can help with this following error "WARNING: Missing git support, install posh-git with 'Install-Module posh-git' and restart cmder." Using cmder. :@ |
@div-killer please install the latest pre-release |
hey i am having this issue.i cant use bashrc ,vim or any ,show error |
Probably because Powershell doesn't run all Unix commands, so i used a different terminal/console |
The latest cmder here does not have this problem. |
to resolve this problem you have to run vim database/database.sqlite in git bash terminal |
To resolve this issue via PowerShell then I recommend getting Chocolatey Windows Package Manager, it's an amazing software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Once you have Chocolatey installed all you need to do to access Vim hassle-free is simply >choco install vim, and voila! I absolutely love Chocolatey! :) |
@JonathanJRod while you are correct this would install vim and make vim a runnable command it is not a valid solution in this thread. Cmder Full includes Git for Windows which includes |
I am trying to create a readme file in my directory, I write: vim README
and I get this error.
The text was updated successfully, but these errors were encountered: