File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments