[SciPy-User] git command in github doc and wiki

Johann Cohen-Tanugi johann.cohentanugi at gmail.com
Mon Jun 13 05:23:43 EDT 2011


hi there,
in http://ipython.org/ipython-doc/dev/install/install.html
I read :

git clone https://github.com/ipython/ipython.git


while in http://ipython.scipy.org/moin/  I read

git clone git://github.com/ipython/ipython.git


The 1st command in github fails for me :
-bash-3.2$ git clone https://github.com/ipython/ipython.git
Initialized empty Git repository in 
/a/wain006/g.glast.u54/cohen/IPYDEV/ipython/.git/
error: git-remote-curl died of signal 11

while the second works :
-bash-3.2$ git clone git://github.com/ipython/ipython.git
Initialized empty Git repository in 
/a/wain006/g.glast.u54/cohen/IPYDEV/ipython/.git/
remote: Counting objects: 28624, done.
remote: Compressing objects: 100% (7131/7131), done.
remote: Total 28624 (delta 22168), reused 27613 (delta 21371)
Receiving objects: 100% (28624/28624), 11.89 MiB | 5.35 MiB/s, done.
Resolving deltas: 100% (22168/22168), done.
Checking out files: 100% (674/674), done.

I know, not a big deal :)
best,
Johann



More information about the SciPy-User mailing list