简体   繁体   中英

How do you use git from WSL in RubyMine?

I'm experimenting with the new Windows Subsystem for Linux as a way to develop Rails applications in Windows. I have WSL installed and I have git in it but how do I use that git from a Windows GUI application, specifically, RubyMine:

在此处输入图片说明

I have WSL installed and I have git in it but how do I use that git from a Windows GUI application, specifically, RubyMine

You don't: from a Windows GUI application, you use Git for Windows (Portable edition) that you can unzip anywhere you want.

Your Git in the Windows Subsystem for Linux (WSL) can access any file that your Git in Windows can, through /mnt/C .
Both Gits can co-exist and manage the same Git repo.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM