Windows needs a cleaner git installation #72
Unanswered
just1a-person
asked this question in
Ideas
Replies: 1 comment 6 replies
-
This is because git directly depends on those GNU utils. I don't think this will change anytime soon, since git for Windows attempts to keep the amount of changes to a minimum to keep up to date with upstream git (which is a Linux-specific project). This seems more like a failure of winget for not exposing configuration options for git's installer and having a bad default. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently installing git will install things like Git Bash, Git GUI, MinTTY and a lot of recompiled GNU utilities for Windows and other
bloatunnecessary things. I just want git the executable in PATH.Of course, I can choose what I want to install in the installer but when I use a tool like
winget
, this doesn't really make sense.I don't know if Microsoft can do anything about it. But I am just mentioning it here because the README says:
If anyone wants these tools like Bash (compiled for Windows), MinTTY, recompiled GNU utils, They can just use Cygwin
Beta Was this translation helpful? Give feedback.
All reactions