I am trying to import a private GitLab group from my gitlab.com account to the GitLab instance hosted by my university.
I have ownership rights for the original group and created the necessary personal access token.
However, I doubt that I am using the correct GitLab source URL. When I navigate to my group, the URL I see has the following structure:
I wonder if the actual GitLab source URL should also include the group ID because using the https://gitlab.com/GROUPNAME URL is clearly not working.
The error notification I am getting reads:
No groups found. You don't have the Owner role for any groups in this instance.
I cannot make sense of it and would appreciate your advice.