How to remove a Gitlab project?

后端 未结 14 827
太阳男子
太阳男子 2020-12-22 17:13

I have created several repositories in GitLab. One of those was for testing purposes and has some commits and branches. I want to delete or remove this repository. How can I

相关标签:
14条回答
  • 2020-12-22 17:50

    As of September 2017,
    1. Click on your project.
    2. Select setting on the top most corner.
    3. Scroll down the page and click on expand in front of advance setting.
    4. Scroll down the page and click on the Remove Project button.
    5. Type your project name in text box and click on confirm.

    0 讨论(0)
  • 2020-12-22 17:51
    1. Open project
    2. Setting (In the left sidebar)
    3. General
    4. Advanced Setting (Click on Expand)
    5. Remove Project (Bottom of the Page)
    6. Confirm (By typing project name and press Confirm button)
    0 讨论(0)
  • 2020-12-22 17:51

    Click on Project settings which you want to delete-->General project settings-->Expand-->Advanced settings-->Remove project.

    0 讨论(0)
  • 2020-12-22 17:58
    1. Go to the project page
    2. Select "Settings"
    3. Select the "General" section (you must be in the repository you want to delete to delete it)
    4. If you have enough rights, then at the bottom of the page will be a button for "Advanced settings" (i.e. project settings that may result in data loss) or "Remove project" (in newer GitLab versions)
    5. Push this button and follow the instructions
    0 讨论(0)
  • 2020-12-22 17:59

    As per January 13,2018 Do as follow:

    1. Click on Project you want to delete.
    2. Click Setting on right buttom corner.
    3. Locate the Advanced settings section and click on the 'Expand' button
    4. Then Scroll down the page and click on the Remove Project button.
    5. Type your project name. Note : Removed project CANNOT be restored! and click on confirm.
    6. Then project will be deleted and soon 404 page error will be displayed for that project.
    0 讨论(0)
  • 2020-12-22 18:07

    As of June 2016, click the settings cog in the top right corner and click edit project at the bottom of the list. Then, scroll to the bottom of the page to the Remove project section.

    0 讨论(0)
提交回复
热议问题