Am Sonntag, den 05.06.2011, 18:38 -0400 schrieb Gregg Levine:
On Sun, Jun 5, 2011 at 6:32 PM, Peter Stuge peter@stuge.se wrote:
Gregg Levine wrote:
What would prompt this to happen? root@jimkirk2:/usr/src/lobos# git clone http://review.coreboot.org/p/coreboot Initialized empty Git repository in /usr/src/lobos/coreboot/.git/ fatal: http://review.coreboot.org/p/coreboot/info/refs download error
- The requested URL returned error: 403
root@jimkirk2:/usr/src/lobos#
I'm not sure why you get this error.
I can successfully clone using the exact same command.
I can however also confirm that I get a HTTP 403 error on the URL shown in the error message. I guess the version of Git that you are using requests different things from the server than my version.
I am using version 1.7.4.1 with success. Which version are you using?
If your Git version is older than 1.6.6 then please upgrade to a version >= 1.6.6, since that version gained significant performance improvements specifically when using HTTP.
Peter the system that everything is hosted on, is wearing version 1.6.1.3 and the test system (same distribution) is wearing 1.7.1.
Is it working for you using Git 1.7.1?
[…]
Thanks,
Paul