Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitLab: Unable to fork my own project

Tags:

gitlab

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.

like image 615
omid habibi Avatar asked Dec 17 '16 08:12

omid habibi


People also ask

How do I fork a repository to my GitLab account?

You can fork a project in GitLab by going to the project and clicking on the Fork button. This will create a copy of the project in your own namespace. You're allowed to do whatever you want with this copy as it's is your own.

How do you create a fork in a repository?

You can fork any repo by clicking the fork button in the upper right hand corner of a repo page. Click on the Fork button to fork any repo on github.com. Source: GitHub Guides.


1 Answers

  1. From the top, blue navigation menu, go to Groups > Your Groups,
  2. Click the New group button on the top right corner,
  3. Type in the details of your new group,
  4. Click the 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.

like image 187
Can Avatar answered Oct 19 '22 12:10

Can