Re: [jruby-dev] HTTP Access to JRuby Git Repo?

2010-08-23 Thread redstun
: Fetch failed. real4m57.484s user0m0.077s sys 0m0.233s On Thu, Aug 19, 2010 at 2:51 AM, Nick Sieger 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:

Re: [jruby-dev] HTTP Access to JRuby Git Repo?

2010-08-17 Thread redstun
Great http://github.com/jruby/jruby.git works, thank you Hirotsugu. On Wed, Aug 18, 2010 at 10:51 AM, Hirotsugu Asari 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 st

[jruby-dev] HTTP Access to JRuby Git Repo?

2010-08-17 Thread redstun
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