[Numpy-discussion] Getting a clone copy of the NumPy repository.

Hector troy hector1618 at gmail.com
Sun Jan 16 10:19:19 EST 2011


On Sun, Jan 16, 2011 at 8:31 PM, David Cournapeau <cournape at gmail.com>wrote:

> On Sun, Jan 16, 2011 at 10:09 PM, Hector troy <hector1618 at gmail.com>
> wrote:
> > Hello everyone, I am a newbie on this open source world, and sincerely
> > trying to make contribution to the development of Numpy. I was trying to
> > learn about making patches from
> > http://docs.scipy.org/doc/numpy/dev/gitwash/patching.html  but unable to
> get
> > the clone of Numpy repository.
> >
> > In the terminal error massage shown is -
> >
> >     $hector at hector:~$ sudo git clone git://github.com/numpy/numpy.git
> >     [sudo] password for hector:
> >     Initialized empty Git repository in /home/hector/numpy/.git/
> >     github.com[0: 207.97.227.239]: errno=Connection timed out
> >     fatal: unable to connect a socket (Connection timed out)
> >     $hector at hector:~$
>
> You should try through http: it may be that your network blocks the
> git protocol/port:
>
> git clone http://github.com/numpy/numpy.git
>
> You should also avoid using sudo to clone repositories (although it is
> unlikely to be the cause of your issue).
>
> cheers,
>
> David
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>

Mr. David,
Thanks a lot, it worked.

Hope you will help me with future quarries.

Thanks again,

-- 
-Regards
Hector

Whenever you think you can or you can't, in either way you are right.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110116/805709ef/attachment.html>


More information about the NumPy-Discussion mailing list