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