GitEye - How to connect to remote repository on sftp server?

600 views Asked by At

I try to connect to my remote repository on a sftp server.

GitEye

But I always get "Transport Error".

Transport Error

An error occured when trying to contact sftp://fooBar/.git. See the error log for more details.

Possible reasons:

  • Incorrect URL
  • No network connection (e.g. wrong proxy settings)

I am using no proxy. The connection works via FileZilla without problems.

1

There are 1 answers

0
Mark Phippard On

I have never heard of support for git clone over sftp:// which is basically what you are asking for here. The Git client in GitEye fundamentally comes from the Eclipse Git client, which use the JGit library for Git operations. These would have to support sftp for GitEye to support this. A quick Google search does not reveal anything that makes this seem likely.