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
Try to install any GitLab repository that is located in a subgroup.
Describe the bug
In GitLab, you can seperate your projects into subgroups. Currently its not possible to download projects in subgroups due to how repository urls are resolved.
For example runningnpx giget@latest gitlab:group/subgroup/project will try download the repository from https://gitlab.com/group/subgroup/-/archive/main.tar.gz.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
Try to install any GitLab repository that is located in a subgroup.
Describe the bug
In GitLab, you can seperate your projects into subgroups. Currently its not possible to download projects in subgroups due to how repository urls are resolved.
For example running
npx giget@latest gitlab:group/subgroup/project
will try download the repository fromhttps://gitlab.com/group/subgroup/-/archive/main.tar.gz
.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: