[scilab-Users] clone scilab code

Sylvestre Ledru sylvestre.ledru at scilab.org
Wed Jan 13 22:11:33 CET 2010


Le mercredi 13 janvier 2010 à 15:47 -0500,
vladimir.rodriguez at reduc.edu.cu a écrit :
> I am trying to clone scilab code with this command:
> 
>  $ git clone git://git.scilab.org/scilab scilab.source
> 
> Initialized empty Git repository in
> /home/wilfre/Desktop/valodia/scilab.source/.git/
> fatal: read error (Connection reset by peer)
> fatal: early EOF
> fatal: index-pack failed
> 
> I don't know what happen, my pc is behind a proxy so I can never be sure it is
> not my fault.
It is most probably due to your proxy.
Try with the http protocol:
$ git clone http://git.scilab.org/scilab.git scilab.source

Sylvestre

-- 
-------------------------
Sylvestre Ledru
-------------------------
The Scilab Consortium
Digiteo
Domaine de Voluceau
Rocquencourt - B.P. 105
78153 Le Chesnay Cedex
France




More information about the users mailing list