我在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.
截至2017年9月, 1. 点击你的项目。 2. 选择最上方角落的设置。 3.向下滚动页面,在高级设置前单击展开。 4. 向下滚动页面并单击Remove Project按钮。 5. 在文本框中输入项目名称,然后单击确认。
开放项目 设置(在左侧栏中) 一般 高级设置(点击展开) 删除项目(页面底部) 确认(输入项目名称并按确认键)
1.Gitlab主页 2.选择项目菜单下的项目按钮 3.点击你想要的项目 4.选择设置(从左侧栏) 5.单击高级设置展开高级设置,这将是页面的中间 6.点击删除 7.在Modal中写下你的项目名称
希望你能成功移除你的项目。快乐编码:)
2022年更新:
https://gitlab.com/dashboard/projects
待删除项目页面>>设置>>普通>>高级>>删除项目
它将要求确认项目名称,一旦输入,选择-“是,删除”
用户必须有权限这样做!
推荐文章
- Visual Studio Code无法检测已安装的Git
- 强制LF eol在git的回购和工作副本
- Git:在裸库中更改活动分支的正确方法?
- 删除git中的分支是否会将其从历史记录中删除?
- 防止在GitHub上推送到master ?
- 根据Git,谁是“我们”,谁是“他们”?
- git如何合并后樱桃采摘工作?
- Git搜索单个文件历史记录中的字符串
- Git命令显示所有(轻量级)标签创建日期
- Gitignore并没有忽视文件夹
- 什么时候用。git/info/exclude代替。gitignore来排除文件?
- 如何告诉git忽略个别行,即gitignore为特定行代码
- “git diff——耐心”是什么意思?
- 我如何在GitHub中为其他人的代码做出贡献?
- 签出旧的提交并使其成为新的提交