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

Benjamin Root ben.root at ou.edu
Thu Sep 30 10:15:16 EDT 2010


On Thu, Sep 30, 2010 at 3:15 AM, Scott Sinclair <scott.sinclair.za at gmail.com
> 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 /home/scott/external_repos/numpy/.git/
> error: RPC failed; result=22, HTTP code = 417
>
> I never have trouble cloning other repos off of Github over HTTP.
>
> See
> http://support.github.com/discussions/repos/4323-error-rpc-failed-result22-http-code-411
>
> Does anyone else see this problem?
>
> Thanks,
> Scott
>

HTTP code 417 is:

 *417 - Expectation Failed*
The expectation given in the Expect request-header could not be fulfilled by
the server.

Because of this, I suspect it has something to do with the http proxy, but
given that you aren't having issues with other repos, I am not sure exactly
how that can be the case.  An incorrectly configured proxy should have the
same issue with other http-based repos...

Ben Root
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100930/290bdf84/attachment.html>


More information about the NumPy-Discussion mailing list