On Tue, Apr 28, 2009 at 6:11 AM, xor <xor at gmx.li> 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.

try to fix this in command line:

$ cd fred
$ git remote show

this should show your current git remote detail, that is the git:// uri.
If it is wrong, you can fix it with:

$ git remote rm original
$ git remote add original  git at github.com:freenet/fred-staging.git

then go to eclipse and try again

> Does anyone know of an alternative git plugin for eclipse which is more
> stable?

none exist.

> Greetings, xor
>
> _______________________________________________
> Devl mailing list
> Devl at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
>

Reply via email to