我在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.
其他回答
进入项目页面 选择“设置” 选择“General”部分(您必须在想要删除它的存储库中) 如果你有足够的权限,那么在页面底部会有一个“高级设置”按钮(即可能导致数据丢失的项目设置)或“删除项目”按钮(在较新的GitLab版本中)。 按这个按钮,然后按照说明做
这只适用于管理员/所有者。作为一个纯粹的项目维护者,你看不到“移除项目”按钮。
转到
Setting->Advance(Expand it)->RemoveProject
点击删除项目按钮后,浏览器显示一个确认框,然后点击确定,从Gitlab删除你的项目
1.Gitlab主页 2.选择项目菜单下的项目按钮 3.点击你想要的项目 4.选择设置(从左侧栏) 5.单击高级设置展开高级设置,这将是页面的中间 6.点击删除 7.在Modal中写下你的项目名称
希望你能成功移除你的项目。快乐编码:)
单击要删除的项目设置—>一般项目设置—>展开—>高级设置—>删除项目。
2022年更新:
https://gitlab.com/dashboard/projects
待删除项目页面>>设置>>普通>>高级>>删除项目
它将要求确认项目名称,一旦输入,选择-“是,删除”
用户必须有权限这样做!
推荐文章
- 如何禁用Git凭证管理器的Windows?
- Git 拉取与 Git 变基
- 在git中压缩提交是什么意思?
- 在GIT中合并2个分支
- git标签也会被推送吗?
- 嵌套的Git存储库?
- Git bash错误:无法fork子进程:没有可用的终端(-1)
- 有没有办法在SourceTree中获得两个分支的视觉差异?
- Git标记是否只应用于当前分支?
- Git分支:master vs. origin/master vs. remotes/origin/master
- 如何根据文件扩展名过滤git差异?
- 如何设置一个git项目使用外部回购子模块?
- Git同时在两个分支上工作
- 如何在Visual Studio中删除未推送的外向提交?
- Git在两个不同的文件之间的差异