You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In gitlab you can have a subgroup which makes the URL longer.
For example lets say we have groupa and under it a subgroup groupb. So it becomes groupa/groupb. Then the URL for a file in the repo/project project1 that lives in groupb would become something like this:
I'm getting this as well. I thought it might be a problem with the version of git-url-parse package that's being used. I wrote a test script and tried it with v11.1.1 (and a few other versions) of git-url-parse, but it never produced a url with /git
In gitlab you can have a subgroup which makes the URL longer.
For example lets say we have
groupa
and under it a subgroupgroupb
. So it becomesgroupa/groupb
. Then the URL for a file in the repo/projectproject1
that lives ingroupb
would become something like this:However the plugin adds an extra
/git
in front of the url so it becomes:This results in a 404. Removing the
/git
prefix gives the correct page.The text was updated successfully, but these errors were encountered: