Building fiji

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Building fiji

Juanjo Vega
Hi,

I'm trying to fix my problem with 3D_Viewer by myself downloading the
sources to debug it.

I started as Johannes told me yesterday:
http://pacific.mpi-cbg.de/wiki/index.php/Developing_Fiji

According to what I can see at:
http://pacific.mpi-cbg.de/wiki/index.php/Downloading_and_Building_Fiji_From_Source

Sources can be donwloaded by:

        git clone git://pacific.mpi-cbg.de/fiji.git

But when I try to do it, I get the following error:

Initialized empty Git repository in /home/juanjo/fiji/.git/
github.com[0: 207.97.227.239]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

Is there any error in the command? (I copied and pasted it from the
web), or maybe the server is down?

Sincerelly,

Juanjo.
Reply | Threaded
Open this post in threaded view
|

Re: Building fiji

dscho
Hi,

On Tue, 8 Jun 2010, Juanjo Vega wrote:

> git clone git://pacific.mpi-cbg.de/fiji.git
>
> But when I try to do it, I get the following error:
>
> Initialized empty Git repository in /home/juanjo/fiji/.git/
> github.com[0: 207.97.227.239]: errno=Connection timed out
> fatal: unable to connect a socket (Connection timed out)

Something does not parse here. You wrote that you clone from pacific, but
the error comes from github.com.

Are you really, really sure that it was the above command triggering that
error?

Hth,
Johannes