-
Notifications
You must be signed in to change notification settings - Fork 66
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
Provide instructions for Git for Windows installations #57
Comments
There is a workaround to this issue. It includes the use of make from ezwinports and extracting its contents in <Git_for_Windows_Installation_Path>\mingw64. This workaround is based on evanwill's gitBash_windows.md gist. |
Also, JQ, needs to be added in the Windows installation instructions and how to use it in Git. |
Wouldn't it be easier to use WSL or CygWin? |
Sure. That would be easier. But for people that are already using Git for Windows, it would require of them to use CygWin or WSL. If someone doesn't want to use them, then instructions for that Git flavor is better. Also, I consider it the most usual way to use Git in Windows, and, probably, the most popular. |
I see your point. Yes, please supply a pull request with the requisite documentation changes. |
I have forked the repository. As soon as I have the necessary changes ready, I will perform the pull request. |
Using Git for Windows doesn't include make. This makes it impossible to install git-issue in a Windows environment.
The text was updated successfully, but these errors were encountered: