Problem clone form git
Posted: Tue Jun 12, 2012 1:34 pm
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:
But nothing happend, even from private network and from outside. Then we tried
from the http protocol and we got the following error:
Best regards,
WebValley Team
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