Submodule URL is not accessible.
Created by: limansky
Hi,
I have a project with submodules, which are repositories on the same server. I use https protocol for submodules. In the files view I see the commit hash and URL like "https://server.com/user/repository.git". The link is clickable, but the server expects the URL like "https://server.com/user/repository" (without .git), so I got error 404.
I suppose it would be nice to redirect to the proper location at least if the submodule is located on the same server.