git 如何删除 Gitlab 存储库

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/42355605/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 04:49:43  来源:igfitidea点击:

How to delete a Gitlab repository

gituser-interfacegitlab

提问by Schnodderbalken

I have googled a while now and could not find a solution that fits the current UI of Gitlab. I am trying to remove a repository I previously created on Gitlab. I navigate to edit projectby clicking the settings cog on the right. After scrolling down to the bottom I can not find a section called remove project. Instead, I only see rename project. I should have the proper rights because I am the master of the project.

我已经搜索了一段时间,但找不到适合 Gitlab 当前 UI 的解决方案。我正在尝试删除我之前在 Gitlab 上创建的存储库。我通过单击右侧的设置齿轮导航到编辑项目。向下滚动到底部后,我找不到名为remove project的部分。相反,我只看到rename project。我应该拥有适当的权利,因为我是项目的主人。

Any ideas?

有任何想法吗?

回答by Riz

Go to Settings> Expand Advanced Settings> Remove Project

转到设置> 展开高级设置>删除项目

Remove Project from GitLab

从 GitLab 中删除项目

回答by Schnodderbalken

It seems like masterprivilege is not sufficient. An ownerprivilege is required to perform such actions.

似乎特权是不够的。的所有者权限才能进行这样的操作。

回答by Reza Mirzaei

  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)
  1. 打开项目
  2. 设置(在左侧边栏中)
  3. 一般的
  4. 高级设置(点击展开)
  5. 删除项目(页面底部)
  6. 确认(通过输入项目名称并按确认按钮)

回答by Meysam Keshvari

  1. open project
  2. Settings
  3. General section
  4. Expand Advanced Settings
  1. 打开项目
  2. 设置
  3. 一般部分
  4. 展开高级设置

finally Remove

最后删除