There are garbled codes in the output Chinese #781
-
|
Beta Was this translation helpful? Give feedback.
Answered by
forgedhallpass
Sep 22, 2022
Replies: 1 comment 1 reply
-
Those are ANSI color codes, that are not supported in Windows by default (at least without some registry modifications). You can either try using cywgin, git bash, or simply disable the colors with the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
forgedhallpass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those are ANSI color codes, that are not supported in Windows by default (at least without some registry modifications). You can either try using cywgin, git bash, or simply disable the colors with the
-nc
flag.