如何在 Intellij 中已打开项目的位置打开 Cygwin?

How to open Cygwin at the location of an opened project in Intellij?

我可以通过在 Tools > Terminal 设置中选择 Cygwin.bat 作为 shell 路径,将 Cygwin 配置为我在 Intellij 中的终端。

我希望它在项目文件夹中打开。例如,如果项目位于 c:\projects\project1 并且我在单击终端时打开 project1 我希望提示位于:

myuser@ /cygdrive/c/projects/project1

我怎样才能做到这一点?

this forum post 的解决方案应该有帮助:

"c:\cygwin64\bin\sh" -lic 'cd -; exec bash'