On Tuesday 28 April 2009 00:11:41 xor wrote: > Hi, > > I've been trying to set up my IDE to work with git and found the > following one: > > http://www.jgit.org/ > > It pulls, it diffs, everything, but push won't work: > "Can't connect to any URI: git://github.com/freenet/fred-staging.git > (Transport error occured during push operation: Protocol error: expected > LF)" > > Notice that I did not specify the git:// URI when fetching the > repository, I used the git@ one and enabled git+ssh. > > Does anyone know of an alternative git plugin for eclipse which is more > stable? > > Greetings, xor
Eclipse git / JGit (whatever the official name is) seems to work now. Please ensure the following if you want to use it: - Tutorial is available here: http://github.com/guides/using-the-egit-eclipse-plugin-with-github - Use the latest testing version they provide when installing via update manager. They seem to have fixed the "Protocol error" bug today or yesterday or so. - When entering the "git@" URI in the import dialog, it will complain "Host not supported on file protocol", you have to manually chose the "git" or "git+ssh" protocol in the "Connection" section of that dialog. All the other information is parsed automatically though, Username: "git" and blank password is correct. xor -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090429/2c467297/attachment.pgp>
