Skip to content

Commit 9f451d9

Browse files
author
nate smith
committed
review feedback
1 parent f4592e3 commit 9f451d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cmd/gh/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func mainRun() exitCode {
178178

179179
if strings.Contains(err.Error(), "Incorrect function") {
180180
fmt.Fprintln(stderr, "You appear to be running in MinTTY without pseudo terminal support.")
181-
fmt.Fprintln(stderr, "To learn about workarounds for this error, gh help mintty")
181+
fmt.Fprintln(stderr, "To learn about workarounds for this error, run: gh help mintty")
182182
return exitError
183183
}
184184

pkg/cmd/root/help_topic.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ var HelpTopics = map[string]map[string]string{
1515
1616
There are a few workarounds to make gh work with MinTTY:
1717
18-
- Reinstall Git for Windows.
19-
Be sure to check the box "Enable experimental support for pseudo consoles".
18+
- Reinstall Git for Windows, checking "Enable experimental support for pseudo consoles".
2019
21-
- Use a different terminal emulator with Git for Windows like Windows Terminal or cmd.exe.
22-
Try running "C:\Program Files\Git\bin\bash.exe" in one of those other terminal emulators.
20+
- Use a different terminal emulator with Git for Windows like Windows Terminal.
21+
You can run "C:\Program Files\Git\bin\bash.exe" from any terminal emulator to continue
22+
using all of the tooling in Git For Windows without MinTTY.
2323
2424
- Prefix invocations of gh with winpty, eg: "winpty gh auth login".
2525
NOTE: this can lead to some UI bugs.

0 commit comments

Comments
 (0)