Hello!<br><br>While trying to create a kohaclone using git I encountered this error message:<br>... unable to connect a socket (Connection refused)<br><br>after reading the documentation on the Git homepage it looks like my connection to Git is blocked by our firewall,
<br>also it was mentioned that it may be possible to clone a git project using the http protocol,  which is considerably slower but works even behind
firewalls<br><br>I tried it changing the protocol on the URL and this is what I get :<br>aslan@tek1:~$ git clone <a href="http://git.koha.org/home/pub/scm/koha.git">http://git.koha.org/home/pub/scm/koha.git</a> kohaclone
<br>Initialized empty Git repository in /home/aslan/kohaclone/.git/<br>Cannot get remote repository information.<br>Perhaps git-update-server-info needs to be run there?<br><br>Will this be possible on the koha git repository in the future?
<br>I may not be able to convince our ISP to open our firewall for Git :)<br><br>Thanks!<br>Mon<br><br><br>