使用 Visual Studio Code 的整合終端,Git Bash 無法正確顯示字符

使用 Visual Studio Code 的整合終端,Git Bash 無法正確顯示字符

我使用 Git Bash 作為 Windows 上的預設終端設定檔。當我執行此命令時,我得到以下輸出:

memlab run --scenario tests/oversized-object/index.js

> 'command' �����ڲ����ⲿ���Ҳ���ǿ����еij��� \
�������ļ�

VS Codeterminal.integrated 字體系列是Consolas.如何讓字元正確顯示?

更新:

當我使用 Git Bash(未整合 VSCode)運行命令時,我將輸出複製並貼上到這篇文章中:

> memlab run --scenario examples/01-get-started/index.js

'command' �����ڲ����ⲿ���Ҳ���ǿ����еij���
�������ļ�
Scenario file doesn't exist: null
Use `memlab help` or `memlab <COMMAND> -h` to get helper text

我不知道為什麼會有這些角色。

但實際輸出是:

在此輸入影像描述

相關內容