Skip to content
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

Restore Git bash utilities to the PATH #415

Merged
merged 1 commit into from Feb 18, 2020

Conversation

miketimofeev
Copy link
Contributor

This is a quick fix for issue #282
In #211 C:\Program Files\Git\usr\bin was removed from the PATH caused to using Windows tar(C:\Windows\System32\tar.exe) instead of the tar comes along with Git. Windows doesn't have xz support by default, tries to use mingw xz utility and hangs.

Changes:

@maxim-lobanov
Copy link
Contributor

Is any regression expected after these changes?
In scope of #211 , this line was removed so, probably, we can bring some issues back again

@miketimofeev
Copy link
Contributor Author

Is any regression expected after these changes?
In scope of #211 , this line was removed so, probably, we can bring some issues back again

@maxim-lobanov complains were mostly about mingw64 directory in the PATH. And after #211 changes some of the tools are broken as explained in this comment
#211 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants