I have a git server running on a LInux VPS (Ubuntu 14.04) with Plesk 12.5.30.
To access the git repos I do
git clone git@<server>:/myrepo.git
This requires an SSH public key to the server. I would like to install gitweb
so I can clone using the http protocol.
git clone...