How to remove a Gitlab project?

后端 未结 14 829
太阳男子
太阳男子 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 18:09

    Goto

    Setting->Advance(Expand it)->RemoveProject 
    

    click After The Remove Project button Browser Display One Confirm Box Then Click On Ok and remove your project from Gitlab

    0 讨论(0)
  • 2020-12-22 18:09

    As of October 2017:
    1. In the list of your projects, click on the project you want to delete;
    2. In the left sidebar, click on the 'Setting' button;
    3. Locate the 'Advanced settings' section and click on the related 'Expand' button;
    4. At the bottom you'll find the 'Remove Project' button, click it;
    5. Type the name of the project inside the text input and Confirm.

    0 讨论(0)
  • 2020-12-22 18:10

    To remove a project, you have to be the owner of this project, or the administrator of gitlab. Otherwise you can only see "rename project" but no "remove project".

    NOTE THAT: the creator project is NOT always the owner of the project. If the project is in a project-group, and the project-group is created by another one, then the owner is the creator of the project-group by default.

    You can find the owner's name of the project in the page Settings -> Members.

    0 讨论(0)
  • 2020-12-22 18:10
    • Click on Project you want to delete.
    • Click Setting on right buttom corner.
    • click general than go to advance
    • than remove project
    0 讨论(0)
  • 2020-12-22 18:12

    ✅ Just at the bottom of your project settings .⚡

    0 讨论(0)
  • 2020-12-22 18:14

    This is taken from feb 2018

    Follow the following test

    1. Gitlab Home Page
    2. Select your projects button under Projects Menus
    3. Click your desired project
    4. Select Settings (from left sidebar)
    5. Click Advanced settings
    6. Click Remove Project

    Or Click the following Link

    Note : USER_NAME will replace by your username

    PROJECT_NAME will replace by your repository name

    https://gitlab.com/USER_NAME/PROJECT_NAME/edit

    click Expand under Advanced settings portion

    Click remove project bottom of the page

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