Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] egit.eclipse.org now running smart HTTP

2010/1/19 Shawn O. Pearce <spearce@xxxxxxxxxxx>

Your Git version is too old.  You need to be using 1.6.6 or later,
which has the smart HTTP client implementation.  You are trying to
use a pre-1.6.6 build that is based on 1.6.5.1, and it lacks the
smart HTTP support.

Currently Gerrit is configured to only support smart HTTP.  It
won't fall back to dumb HTTP if the client is dumb, instead it
kicks back this 403 error.

I actually have to do some code changes to enable dumb HTTP support,
Gerrit Code Review configures JGit to completely disable the dumb
support in all projects.


Is there a chance for a new msysgit version in the near future ?
At $DAYJOB we are on Windows and locked up behind a firewall.
We can workaround by physically switching to a direct internet
connection but then we are disconnected from the intranet.

On the other hand this drawback raises our motivation to close the
gaps in EGit/JGit :)

--
Matthias

Back to the top