Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data.
Problem to solve
I’m part of an Enterprise group on Gitlab.com, our structure is as follows:
ORG GROUP > Subgroup_Teams
ORG GROUP > Subgroup_Repos
Subgroup_Teams > Subgroup_Team_1
Subgroup_Teams > Subgroup_Team_2
Subgroup_Repos > Subgroup_Project_1
Subgroup_Repos > Subgroup_Project_2
Subgroup_Project_1 > Repo_1
Subgroup_Project_2 > Repo_2
Subgroup_Project_1 has invited Group Subgroup_Team_1 as Developers.
I’m part of Subgroup_Team_1 but also Owner of ORG_GROUP.
Created a PAT as described in the docs. Now, when I go to clone the repo using:
git clone "https://myaccount:token@gitlab.com/ORG_GORUP/Subgroup_Repos/Subgroup_Project_1/rRepo_1.git"
- What are you seeing, and how does that differ from what you expect to see?
remote: Git access over HTTP is not allowed
fatal: unable to access "https://myusername:token@gitlab.com/ORG_GORUP/Subgroup_Repos/Subgroup_Project_1/rRepo_1.git/": The requested URL returned error: 403
fatal: unable to access "https://myaccount:token@gitlab.com/ORG_GORUP/Subgroup_Repos/Subgroup_Project_1/rRepo_1.git": The requested URL returned error: 403
Steps to reproduce
Which troubleshooting steps have you already taken? Can you link to any docs or other resources so we know where you have been?
Tried multiple tokens, even tried service accounts (got the same result)
Configuration
Provide screenshots from the GitLab UI showing relevant configuration, if applicable.
On self-managed instances, add the relevant configuration settings or changes.
Versions
Please add an x whether options apply, and add the version information.
- Self-managed
-
GitLab.com
SaaS - Dedicated
Versions
- GitLab (Web:
/help
or self-managed system informationsudo gitlab-rake gitlab:env:info
):
Helpful resources
- Check the FAQ for helpful documentation, issues/bugs/feature proposals, and troubleshooting tips.
- Before opening a new topic, make sure to search for keywords in the forum search
- Check the GitLab project for existing issues. If you encounter a bug, please create a bug report issue.
- Review existing troubleshooting docs.
Thanks for taking the time to be thorough in your request, it really helps!