We are aware of the issue with cloning repository over https and we are working to resolve it. In the meantime you can set git to ignore SSL certificate validation (either by git config --global http.sslVerify false or @export GIT_SSL_NO_VERIFY=1@).
We do not provide http cloning anymore.
For the feature reference please use forums for such issues.
command line:
git clone https://repository.tigase.org/git/tigase-server.git
response:
error: while accessing https://repository.tigase.org/git/tigase-server.git/info/refs
command line:
git clone http://repository.tigase.org/git/tigase-server.git
response:
fatal: http://repository.tigase.org/git/tigase-server.git/info/refs not found: did you run git update-server-info on the server?