WSL git 可以与 IntelliJ IDE 一起使用吗?
Can WSL git be used with the IntelliJ IDE?
WSL git 可以与 IntelliJ IDE 一起使用吗?
如果可能的话,如何构造WSL的git可执行文件的路径,或者有没有更好的集成方法(插件、第三方应用程序等)?
有no official solution at the moment, but you can try this workaround.
另一种选择是通过安装 X Window 服务器并配置 DISPLAY
环境,将 运行 IDE 本身置于 WSL 中。有关详细信息,请参阅 this answer。
您还可以 运行 WSL 中的 IntelliJ IDEA。可以,但是 UI 会出现在浏览器中(支持 Chrome 或 Firefox)。按照此处的说明进行操作:https://github.com/JetBrains/projector-server#not-modifying-your-application-code。据我所知,这个项目允许 运行 在 Linux 和浏览器 UI 中无头模式下的任何 Swing 应用程序。
WSL git 可以与 IntelliJ IDE 一起使用吗?
如果可能的话,如何构造WSL的git可执行文件的路径,或者有没有更好的集成方法(插件、第三方应用程序等)?
有no official solution at the moment, but you can try this workaround.
另一种选择是通过安装 X Window 服务器并配置 DISPLAY
环境,将 运行 IDE 本身置于 WSL 中。有关详细信息,请参阅 this answer。
您还可以 运行 WSL 中的 IntelliJ IDEA。可以,但是 UI 会出现在浏览器中(支持 Chrome 或 Firefox)。按照此处的说明进行操作:https://github.com/JetBrains/projector-server#not-modifying-your-application-code。据我所知,这个项目允许 运行 在 Linux 和浏览器 UI 中无头模式下的任何 Swing 应用程序。