I have tried to setup a Git server on my shared hosting website. If I use ssh connection, works perfectly, but when I try to clone the repository through HTTP it gives me this error:
fatal: repository 'https://git.lumito.net/ProgramOverflow.git/' not found
I have Python2 installed, but not Perl, so git instaweb -d python
does not work. I also do not have Apache server, Ruby or pip installed.
What can I do?
Thanks for your help!