简体   繁体   English

如何配置RubyMine以使用远程Git可执行文件?

[英]How to configure RubyMine to use remote Git executable?

I have Windows on my host machine and guest Ubuntu server on VirtualBox. 我的主机上有Windows,VirtualBox上有来宾Ubuntu服务器。 Project code is located on guest and RubyMine is on host. 项目代码位于来宾上,而RubyMine位于宿主上。 I have configured remote Ruby SDK and shared the project folder. 我已经配置了远程Ruby SDK并共享了项目文件夹。 This works good. 这很好。 Now I need to configure Git. 现在,我需要配置Git。 Right now it runs local (host) executable. 现在,它运行本地(主机)可执行文件。 I want to run Git on guest over SSH. 我想通过SSH在guest虚拟机上运行Git。 It allows to setup only local path (Settings > Version Control > Git). 它仅允许设置本地路径(设置>版本控制> Git)。

Any idea how to integrate remote Git executable to be used by RubyMine? 任何想法如何集成供RubyMine使用的远程Git可执行文件?

It's not possible to use remote executable for Git. 无法将远程可执行文件用于Git。 RubyMine version control integration supports only local git installation. RubyMine版本控制集成仅支持本地git安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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