window新出了一款跨平台的shell工具 powershell 7
- 这里下载 [PowerShell-7.0.0] (github.com/PowerShell/…)
- 安装完成后,打开Idea设置,按下图选择你刚刚安装的powershell替换默认的cmd.exe
- 在使用Alibaba Cloud View 插件进行远程操作过程中,出现中文乱码情况。
- 找到Idea 安装目录bin目录下的 idea.exe.vmoptions 和 idea64.exe.vmoptions 在文档末尾加入下面配置即可:
-Dfile.encoding=UTF-8