Valent
Valent

Reputation: 86

How to configure RubyMine to use remote Git executable?

I have Windows on my host machine and guest Ubuntu server on VirtualBox. Project code is located on guest and RubyMine is on host. I have configured remote Ruby SDK and shared the project folder. This works good. Now I need to configure Git. Right now it runs local (host) executable. I want to run Git on guest over SSH. It allows to setup only local path (Settings > Version Control > Git).

Any idea how to integrate remote Git executable to be used by RubyMine?

Upvotes: 1

Views: 380

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402215

It's not possible to use remote executable for Git. RubyMine version control integration supports only local git installation.

Upvotes: 2

Related Questions