The git:// protocol requires its own daemon (which is bundled with Git) running on port 9418 https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protoco... . The standard Git daemon is unsuitable for GitLab I think because of the way it manages access control.
The question is then: how badly do people want this and how many admins out there are willing to poke an extra hole in their firewall just for this protocol.
https://github.com/git/git/blob/56f37fda511e1615dc6df86c68f3...
The question is then: how badly do people want this and how many admins out there are willing to poke an extra hole in their firewall just for this protocol.