-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
bugSomething isn't workingSomething isn't workingp2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functionswindows
Description
Describe the bug
When running commands that require interactive input in the Windows Git Bash terminal (installed using the Windows Git installer), there is an error:
$ gh pr create
Creating pull request for [...] into master in [...]
? Title could not collect title and/or body: could not prompt: Incorrect function.
Versions:
$ git --version
git version 2.25.0.windows.1
$ gh --version
gh version 0.5.4 (2020-02-04)
https://github.com/cli/cli/releases/tag/v0.5.4
Steps to reproduce the behavior
- Install Git and GitHub CLI on Windows
- Open Git Bash, and
cdinto a repo - Run
gh pr create
Expected vs actual behavior
Expectation is the interactive UI to create a PR, instead there is an error message:
? Title could not collect title and/or body: could not prompt: Incorrect function.
ChrisEngstrom, zuevval, andrei-ciuculescu, l3ender, UgmaDevelopment and 9 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingp2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functionswindows