你如何在 RubyMine 中使用 WSL 中的 git?
How do you use git from WSL in RubyMine?
我正在试验 Linux 的新 Windows 子系统,作为在 Windows 中开发 Rails 应用程序的一种方式。我安装了 WSL 并且其中有 git,但是如何从 Windows GUI 应用程序(特别是 RubyMine)中使用 git:
I have WSL installed and I have git in it but how do I use that git from a Windows GUI application, specifically, RubyMine
你不需要:从 Windows GUI 应用程序,你使用 Git for Windows(便携版),你可以解压到任何你想要的地方。
您在 Windows Subsystem for Linux (WSL) 中的 Git 可以通过 /mnt/C
.
访问您在 Windows 中的 Git 可以访问的任何文件
两个 Git 可以共存并管理相同的 Git 存储库。
我正在试验 Linux 的新 Windows 子系统,作为在 Windows 中开发 Rails 应用程序的一种方式。我安装了 WSL 并且其中有 git,但是如何从 Windows GUI 应用程序(特别是 RubyMine)中使用 git:
I have WSL installed and I have git in it but how do I use that git from a Windows GUI application, specifically, RubyMine
你不需要:从 Windows GUI 应用程序,你使用 Git for Windows(便携版),你可以解压到任何你想要的地方。
您在 Windows Subsystem for Linux (WSL) 中的 Git 可以通过 /mnt/C
.
访问您在 Windows 中的 Git 可以访问的任何文件
两个 Git 可以共存并管理相同的 Git 存储库。