I tried it at home last night, with my 4Mbps ADSL, it worked, but very slow

$ time git clone http://jruby.org/repo/jruby.git
Initialized empty Git repository in /tmp/jruby/.git/

real    83m25.572s
user    0m35.051s
sys     0m30.699s

It took 83 minutes, much slower than git://jruby.org/jruby.git or
http://github.com/jruby/jruby.git

Another test, behind corporate proxy failed,

$ time git clone http://jruby.org/repo/jruby.git
Initialized empty Git repository in /tmp/jruby/.git/
error: Unable to get pack file
http://jruby.org/repo/jruby.git/objects/pack/pack-87a790a6289bb07c54cc4354b7f
184f6d602bb27.pack
The requested URL returned error: 404
error: Unable to find 34e1c831b3217ac54e1ee162fdc8a8ed42d0514c under
http://jruby.org/repo/jruby.git
Cannot obtain needed object 34e1c831b3217ac54e1ee162fdc8a8ed42d0514c
while processing commit 728cf3983fbeffba944fe34a8b0e410cc1de041c.
error: Fetch failed.

real    4m57.484s
user    0m0.077s
sys     0m0.233s


On Thu, Aug 19, 2010 at 2:51 AM, Nick Sieger <[email protected]> wrote:

> I just set up experimental http access on jruby.org. Can you try this?
>
> git clone http://jruby.org/repo/jruby.git
>
> /Nick
>
> On Tue, Aug 17, 2010 at 10:04 PM, redstun <[email protected]> wrote:
> > Great http://github.com/jruby/jruby.git works, thank you Hirotsugu.
> > On Wed, Aug 18, 2010 at 10:51 AM, Hirotsugu Asari <[email protected]>
> > wrote:
> >>
> >> On Aug 17, 2010, at 10:50 PM, redstun wrote:
> >>
> >> May I ask if it's possible to let me access JRuby git repository thru
> >> http?
> >>
> >> I'm still new to git, currently it seems git://jruby.org/jruby.git is
> the
> >> only access point, for guys behind a proxy, enabling
> >> http://jruby.org/jruby.git should be the fix, right?
> >>
> >> Thanks
> >>
> >> Try http://github.com/jruby/jruby.git instead.
> >
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to