-
Notifications
You must be signed in to change notification settings - Fork 365
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
bash.exe in Gow 0.7.0 #65
Comments
You're right. I'm having the same issue. |
Same here - Win 7 Enterprise 64-bit SP1. From a command prompt running bash just returns silently; running from Start gives a brief flash of a command prompt but it's almost immediately closed. |
"Same here - Win 7 Enterprise 64-bit SP1. From a command prompt running bash just returns silently; running from Start gives a brief flash of a command prompt but it's almost immediately closed." Exactly identical issue here. :( Guess I'll have to install the monstrosity that is cygwin. Any timeframe on when this will be fixed? |
Same issue. Please fix. |
So no way to run bash from GOW on Win7_64? |
Same here... would love to get rid of Cygwin, and GOW bash is the only thing missing |
Here is the fix: |
That does help. I'll add this to the installer. |
I wasn't aware of that. Thank you. |
Fantastic - thanks ab1234! |
+1 |
@bmatzelle: So when will this new installer be available? |
Some time this summer. Whenever I have free time :) |
Could you please make a decent PS1 showing the current path as well? Where is the .bashrc located? I'd gladly make one if you could tell me. |
Just a note: I added /etc to my Gow installation directory, as an above poster recommended, which allowed bash to open fine with access to all commands as far as I could tell. I then integrated very simply with Console2 by creating a new tab, and Gow bin/bash.exe as the Shell. Maybe this can serve as a stopgap solution for some of you. |
Did you ever add this to the installer? I just got Gow 0.8.0 but bash still didn't work. Manually creating /etc helped. |
@eteeselink this is abandonware |
@svnpenn with the latest release 3 months old? |
When I made the last release a few months back I just didn't get to this ticket. I don't have a lot of free time to clean up tickets. But this is Github so if you want to fork it and send me a pull request then I'd gladly work it in. |
Thanks for the quick reply! I completely understand where you're coming from, I was just wondering what the status was. I'll see if I can find some time to work it in and make a pull request. |
* add the `etc` directory (containing `.keep.README.md`) - note: the `.keep.README.md` file is a prompt for git to store the otherwise empty directory * fixes bmatzelle#65, bmatzelle#127, and bmatzelle#180 .# DISCUSSION This commit builds upon the fix for the same problem done in bmatzelle/gow@21710c6 by adding the `etc` directory into the repo. This makes the repo usable when installed as portable app (eg, via `scoop`) without requiring extra post installation steps.
I've got GOW 0.8. The installer did not add |
Gow works as expected on my 64 bit Win7 Pro desktop. I'm currently configuring a 64 bit Win8.1 laptop. Gow installs from the 0.80 installer, but bash fails to run. Manually creating the etc directory does not resolve the issue. Does Win8.1 need something else? Dennis |
FYI -- Gow's bash works on my Windows 10 system (64-bit Windows/x64) once I manually add the /etc directory to the Gow install location. The etc directory was not created by the installer (Gow-0.8.0). I will report if there are other problems with bash. |
What @mdtdev said above is still the case. |
As of today, @mdtdev 's comments still apply. Attempting to invoke bash.exe resulted in a silent failure, with the command returning to the cmd prompt with no error message. I added the etc directory, and now bash happily starts up on Windows 10. |
@bmatzelle @CoderCowMoo @ab1234 @mdtdev @heleno
refer to https://stackoverflow.com/questions/18502999/git-extensions-win32-error-487-couldnt-reserve-space-for-cygwins-heap-win32, https://confluence.atlassian.com/bitbucketserverkb/couldn-t-reserve-space-for-cygwin-s-heap-790626826.html, it sounds like bug in msys-1.0.dll? |
I double-clicked bash.exe in Gow 0.7.0, but no window of bash.exe appeared.
Then, I opened a window of Command Prompt, went down to the Gow¥bind folder, and entered "gow". However, neither a message nor a new window of bash was obtained.
How can I use bash.exe included in Gow 0.7.0?
Please delete #64 in closed issues (my mistake).
The text was updated successfully, but these errors were encountered: