git clone rails repo fails

Sorry I can't give any more information than this, but I can confirm that it's working fine for me.

Regards,

Norman

Have you tried clone from the git:// instead?

git clone git://github.com/rails/rails.git

I always have problem with HTTP proxy here, so I usually do in git:

- Prem

FYI, confirmed that both work for me.

$ git clone http://github.com/rails/rails.git $ git clone git://github.com/rails/rails.git

Tho like Prem, I much prefer the git protocol vs http.

- Ken

git worked great, thanks.

--P