-
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
Incomplete git installation packaged with cmder v1.2 #521
Comments
👍 Can confirm this issue. Made new version of |
👍 Yeah, doing |
|
Well this explains a lot of issues I was getting when I tried 1.2! I thought it was just something I had done wrong trying to remove my main install of msysgit so that only the one version bundled with cmder would be used, but I guess not |
Adding back all the git-* files to |
004761b was a silly change in general, why remove random exe files when you don't even know what they do? 👎 |
Temporary workaround for #503 and #521 is to download
|
@iki Thanks, that worked! |
@iki Yeah, it works, thank you |
@iki: Still works, thanks 👍 |
@iki Just ran into this issue, thanks for the clear solution! 😄 |
Breaks Git: cmderdev#503 cmderdev#521, because git <command> actually uses git-<command>.
Git is only partially functional from a clean installation of Cmder v1.2. Testing from a {cmd} shell, most git commands appear to work fine but
git pull
fails.After a bit of experimentation (see comments on #419), my guess is that some of the files that were recently removed (004761b) from
vendor\msysgit\libexec\git-core
are still required.The text was updated successfully, but these errors were encountered: