-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Garbled" character output in PowerShell when launching "git gui" #4921
Labels
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Comments
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Mar 14, 2020
Closed
In light of all this, I've filed /dup #4954 to track figuring out whether we can make the output handle mode process-local state instead of global state. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
ghost
closed this as completed
Mar 17, 2020
ghost
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Mar 17, 2020
This was referenced Sep 15, 2021
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce
In a PowerShell, with posh-git and git-for-windows (which includes git gui) installed:
When typing
git gui
, the git gui window opens, but on the powershell prompt, the encoding of the characters is outputted and the cursor stays on that line. Only after pressing "Enter", the prompt becomes "normal" again.Expected behavior
Quite obvious I think, the PowerShell prompt should output the "normal" prompt with the coloured characters and stuff (from posh-git).
Actual behavior
Stuff like
�[93m[�[0m
is output (see above/screenshot).Related issues
I've opened dahlbyk/posh-git#738 first but the author suggested it's likely a git-gui issue. I've then opened prati0100/git-gui#34 but the author said it might likely be a Windows Terminal issue and related to #4809. After posting in #4809, @DHowett-MSFT advised to open a new issue here, as my issue is with PowerShell, and not with git-bash.
The text was updated successfully, but these errors were encountered: