Learn more about these different git repos.
Other Git URLs
The git-protocoll is not cryptographically protected, therefore https should be used instead. Please disable the git-protocol to make sure that nobody uses them. Also https URLs need to be enabled.
Do you know how to implement cloning a git repos over https?
For the git:// protocol there is the git-daemon service that does the work for you, but for https:// I do not know.
Thanks
Looks like we could achieve this via http://git-scm.com/docs/git-http-backend
Ok this is now fixed and you can clone with
git clone https://pagure.io/pagure.git
Going to fix the URLs showed and drop the git:// protocol
Configuration adjusted, so we're all good :)
Log in to comment on this ticket.