问题

安装Goland以后打开Terminal,报错:Failed to start [powershell.exe, -NoExit, -ExecutionPolicy, Bypass, -File, xxxxx

原因

powershell.exe的路径不正确

解决方法

打开settings -> Tools -> Terminal,将Shell path 改为C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe然后重启即可