Hello Julien,

sorry for coming in so late.

On Mon, Oct 13, 2014 at 8:19 AM, Julien Delplanque <julien@tamere.eu> wrote:
Hi Thierry, Dale,

I get a ZnUnknownScheme whatever the solution I choose...

Are you sure it works for private repositories that need your ssh key
for auth?

Julien

I have successfully been using GitFileTree with Pharo 3 on OS X 10.6.8 with private Git repositories.
The repositories are hosted on a private GitLab instance and the url required was of the form:

ssh://git@mygitlabserver/username/project.git

Everything worked fine after adding my ssh key to the ssh-agent by running the following line in a console:

ssh-add ~/.ssh/private_key

Maybe this helps.

Best,
Manfred