Re: [Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-11-09 Thread Scott Sinclair
On 30 September 2010 10:15, Scott Sinclair wrote: > I'm behind a firewall that doesn't allow me to use the git protocol so > I can't use the git:// URL. > > I see the following problem: > > $ git clone http://github.com/numpy/numpy.git numpy > Initialized empty Git repository in /home/scott/extern

Re: [Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-09-30 Thread Scott Sinclair
On 30 September 2010 17:15, Aaron River wrote: > If you're allowed access to arbitrary https urls, try: > > git clone https://github.com/numpy/numpy.git numpy Thanks Aaron. I'm pretty sure I tried that and failed, but I'm at home now (no proxy) but will try again tomorrow. Looks like our proxy m

Re: [Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-09-30 Thread Aaron River
Hello Scott, If you're allowed access to arbitrary https urls, try: git clone https://github.com/numpy/numpy.git numpy -- Aaron On Thu, Sep 30, 2010 at 03:15, Scott Sinclair wrote: > > Hi, > > I'm behind a firewall that doesn't allow me to use the git protocol so > I can't use the git:// URL.

Re: [Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-09-30 Thread Benjamin Root
On Thu, Sep 30, 2010 at 3:15 AM, Scott Sinclair wrote: > Hi, > > I'm behind a firewall that doesn't allow me to use the git protocol so > I can't use the git:// URL. > > I see the following problem: > > $ git clone http://github.com/numpy/numpy.git numpy > Initialized empty Git repository in /hom

[Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-09-30 Thread Scott Sinclair
Hi, I'm behind a firewall that doesn't allow me to use the git protocol so I can't use the git:// URL. I see the following problem: $ git clone http://github.com/numpy/numpy.git numpy Initialized empty Git repository in /home/scott/external_repos/numpy/.git/ error: RPC failed; result=22, HTTP co