我在GitLab中创建了几个存储库。其中一个用于测试,有一些提交和分支。我想删除或删除这个存储库。我该怎么做呢?


当前回答

对于2021年的Gitlab版本

Go to the project page. URL look like this. https://gitlab.com/<username>/<project name> Select "Settings" in the left sidebar Select the "General" section (you must be in the repository you want to delete to delete it) If you have enough rights, then at the bottom of the page will be the section named "Advanced". Then Click the "Expand" button. Scroll down in the "Advanced" section, then Click the "Delete project" button. Put and confirm the repository name in the popup, then Click the "Yes, delete project" button.

其他回答

goto设置->通用

向下滚动到高级&单击展开按钮 单击展开按钮后,向下滚动到页面底部 点击删除项目红色按钮,会弹出一个窗口 键入您的项目存储库名称并单击是删除项目按钮

它隐藏在设置菜单,部分通用(不是仓库!)在https://gitlab.com/$USER_NAME/$PROJECT_NAME/editand再次隐藏在部分“高级设置”-你需要点击“展开”按钮。

要删除一个项目,您必须是这个项目的所有者,或者是gitlab的管理员。否则你只能看到“重命名项目”,而没有“删除项目”。

注意:创建者项目并不总是项目的所有者。如果项目在一个项目组中,并且该项目组是由另一个项目组创建的,那么默认情况下,所有者是该项目组的创建者。

您可以在“设置->成员”页面中找到项目所有者的名称。

点击图标“管理区域” 点击“项目[编号]”链接 点击删除按钮

在这里输入图像描述

在这里输入图像描述

开放项目 设置(在左侧栏中) 一般 高级设置(点击展开) 删除项目(页面底部) 确认(输入项目名称并按确认键)