Reputation: 149
I am trying to fork one of my private projects in GitLab, But when I press the fork button I'll receive this:
No available namespaces to fork the project. You must have permission to create a project in a namespace before forking.
But I have Master privilege in the project.
Upvotes: 11
Views: 10991
Reputation: 4726
Groups > Your Groups
,New group
button on the top right corner,Create group
button.On the Members
page of your new group, manage your members. Your account would probably already be added.
Now you can fork that project.
Upvotes: 8
Reputation: 26180
From https://gitlab.com/gitlab-org/gitlab-ce/issues/25805:
For anyone running into this question: What I did is first fork a repository to another name space (group or other), then rename the project and also the repository in the Advanced Settings. Then transfer the project back to the original namespace (group).
Upvotes: 3
Reputation: 149
Well, seems like you have to create a group in order to do that
Upvotes: 4