Page 1 of 1

Problem clone form git

PostPosted: Tue Jun 12, 2012 1:34 pm
by webvalley
We followed the HowTo from http://www.openmicroscopy.org/site/supp ... /downloads for the installation of OMERO.server on a local machine.

We encountered the first problem in downloading from git:

Code: Select all
git clone git://git.openmicroscopy.org/ome.git
Cloning into ome...

But nothing happend, even from private network and from outside. Then we tried
from the http protocol and we got the following error:
Code: Select all
git clone http://git.openmicroscopy.org/ome.git
Cloning into ome...
fatal: http://git.openmicroscopy.org/ome.git/info/refs not found: did you
run git update-server-info on the server?


Best regards,
WebValley Team

Re: Problem clone form git

PostPosted: Tue Jun 12, 2012 2:17 pm
by cxallan
The OME Git repository is not available over HTTP. You will either have to find out what is blocking your access over the Git protocol (TCP/9418) or clone from our GitHub repository:

https://github.com/openmicroscopy/openmicroscopy

Re: Problem clone form git

PostPosted: Wed Jun 13, 2012 11:49 am
by webvalley
Dear all,
we have successful installed OMERO server 4.3.4 from
Code: Select all
wget http://cvs.openmicroscopy.org.uk/snapshots/omero/OMERO.server-Beta-4.3.4.zip

with OMERO insight 4.3.3 (no other version available from the website)

We checked our ports for git protocol, and everything is open, but still no answer from the server.
For http protocol we got the information from http://git.openmicroscopy.org/?p=ome.git;a=summary

Anyway OMERO up and running right now.

Thank you very much for the fast answer!

Re: Problem clone form git

PostPosted: Wed Jun 13, 2012 12:12 pm
by cxallan
There's not really much I can tell you regarding access over the Git protocol than it works for everyone else to my knowledge. Regarding the GitWeb URLs, noted, we've moved everything to GitHub anyway and will be redirecting everything there when we release 4.4.0.