Reputation: 1392
I forked a project to a group. But there is no option to delete that forked project. I saw danger zone
in Github. Is there any option available to delete forked project from Gitlab?
Upvotes: 21
Views: 57346
Reputation: 139
As per the above response, you'll not be able to fork again for about a week as the name is already taken, by the pending removed fork.
This is frustrating, and sometimes unaffordable. Here is what you can do from settings:
1) change the deferred removal project name
2) press Save Changes (ignroing potential error messages)
3) expand advanced and now rename the path as well
4) try to fork again; now it worked
Upvotes: 2
Reputation: 2772
login with master
role in the repository.
go to forked project. then from left panel, go to Settings => General
.
like this:
click the Expand
from Advance settings
panel.
go to bottom page and click Remove project
.
then type your projectName
and click Confirm
.
I hope is useful.
Upvotes: 32
Reputation: 1392
First, check wheter you have master
role in the repository/Group. Developer
or any other role cannot delete the project/forked project.
If you are master
then
confirm
Upvotes: 13