Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » [Solved] Egit + Gitolite
[Solved] Egit + Gitolite [message #778193] Wed, 11 January 2012 15:33 Go to next message
Nuk Missing name is currently offline Nuk Missing nameFriend
Messages: 3
Registered: January 2012
Junior Member
Hi people,

I'm trying to make works EGit with a remote linux Gitolite installation.

I would like to know if has anyone ever managed to make it work ?

I think the main problem is in order to clone a Gitolite repo, we have to use a special user created before on the Gitolite server. The authentification stuff is done by our public SSH key. But when I try to clone a repo via Egit, when the protocol is "git" the user field is disabled so I can't force the "git" user.

Any help would be apprecied !

Sorry for my english.

[Updated on: Wed, 11 January 2012 16:46]

Report message to a moderator

Re: Egit + Gitolite [message #778194 is a reply to message #778193] Wed, 11 January 2012 15:50 Go to previous messageGo to next message
Matthew Webber is currently offline Matthew WebberFriend
Messages: 198
Registered: December 2010
Senior Member
Sure, we use EGit with Gitolite. It all works fine. If you are trying to use a protocol of "git://" with Gitolite, then that won't work - git:// is unauthenticated. I guess you need to use git+ssh:// (or is it ssh+git://?).

Our repositories are accessed using EGit as ssh://gitolite@gitolite.ourdomain.com/reponame.git and that works ok.

Hope that helps
Matthew
Re: Egit + Gitolite [message #778203 is a reply to message #778193] Wed, 11 January 2012 16:28 Go to previous messageGo to next message
Nuk Missing name is currently offline Nuk Missing nameFriend
Messages: 3
Registered: January 2012
Junior Member
Thanks for your answer.

I've tried to log with ssh+git or git+ssh but I have theses errors :

index.php/fa/6717/0/

OR :

index.php/fa/6717/0/

I precise that I'm able to clone / pull / push from Git Bash on my workstation.

Matthew, could you provide me a screenshot of your config when you're cloning a repo from EGit please ?

[Updated on: Wed, 11 January 2012 16:33]

Report message to a moderator

Re: Egit + Gitolite [message #778209 is a reply to message #778203] Wed, 11 January 2012 16:45 Go to previous message
Nuk Missing name is currently offline Nuk Missing nameFriend
Messages: 3
Registered: January 2012
Junior Member
OK issue solved, this is because Eclipse use /ssh folder instead of .ssh folder. Thanks
Previous Topic:crash on git commit
Next Topic:Problems with autocrlf
Goto Forum:
  


Current Time: Tue Apr 16 07:46:46 GMT 2024

Powered by FUDForum. Page generated in 0.17577 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top