Sublime Forum

Remote SSH server GIT access

#1

I have a mapped network drive on my mac to our development server and the server has git installed on it.

We have to SSH into our dev server through terminal to use git.

How do i set up Sublime Text 3 to use git on our development server?

0 Likes

#2

You might want to install Package Control:

https://packagecontrol.io/installation

and install desired packages:

https://packagecontrol.io/browse

I suggest using GitSavvy, but whatever works for you:

https://packagecontrol.io/packages/GitSavvy or https://github.com/divmain/GitSavvy

… Git should be available in your PATH, but you knew that.

0 Likes

#3

How do i set up Sublime Text 3 to use git on our development server?

None of the git packages I know, is capable of working with git on a remote machine via SSH or any other tunnel.

The git binary must exist on the local machine.

2 Likes