GitLab:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
(创建页面,内容为“'''GitLab'''是一套軟體。 == 安裝 == == 移除 == <syntaxhighlight lang="bash"> sudo gitlab-ctl uninstall sudo gitlab-ctl cleanse sudo gitlab-ctl remove-ac…”)
 
第11行: 第11行:
sudo apt purge gitlab-ce
sudo apt purge gitlab-ce
</syntaxhighlight>
</syntaxhighlight>
== 外部連結 ==
* {{Official|https://gitlab.com/}} {{en}}


[[Category:軟體]]
[[Category:軟體]]

2019年12月10日 (二) 08:55的版本

GitLab是一套软件。

安装

移除

sudo gitlab-ctl uninstall
sudo gitlab-ctl cleanse
sudo gitlab-ctl remove-accounts
sudo apt purge gitlab-ce

外部链接