vercel / vercel/hyper

Use Git Bash SDK as an alternative shell

Open
#7,652 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

  • OS version and name: Windows 10
  • Hyper.app version: 3.4.1 (stable)

Issue

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 ?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the .hyper shell setting and compare the documented C:\Program Files\Git\bin\bash.exe example with C:\git-sdk-64\git-bash.exe from the Git for Windows SDK release. Reproduce the immediate close on Windows 10 with Hyper 3.4.1; done means identifying a launchable SDK executable or documenting that the SDK is unsupported.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, git
Domain
cli, operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.