You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the .hyper file, it is written that Git Bash can be used with Hyper by setting
// Git-bash on Windows
// - Example: `C:\\Program Files\\Git\\bin\\bash.exe`
However, I would like to use the SDK version of Git Bash (that allows to install additional packages with pacman) but it seems that Hyper cannot run with it. I have correctly set the path to the new bash executable:
shell: 'C:\\git-sdk-64\\git-bash.exe'
Hyper opens up and then suddenly closes. What executable should I run instead ?
The text was updated successfully, but these errors were encountered:
Issue
In the
.hyper
file, it is written that Git Bash can be used with Hyper by settingHowever, I would like to use the SDK version of Git Bash (that allows to install additional packages with
pacman
) but it seems that Hyper cannot run with it. I have correctly set the path to the newbash
executable:Hyper opens up and then suddenly closes. What executable should I run instead ?
The text was updated successfully, but these errors were encountered: