1、停止gitlab
<pre class="wp-block-preformatted">gitlab-ctl stop
2、卸载gitlab(注意这里写的是gitlab-ce)
<pre class="wp-block-preformatted">rpm -e gitlab-ce
3、查看gitlab进程
<pre class="wp-block-preformatted">ps aux | grep gitlab
4、杀掉第一个进程(就是带有好多………….的进程)
<pre class="wp-block-preformatted">kill -9 18777
杀掉后,在ps aux | grep gitlab确认一遍,还有没有gitlab的进程 |
5、删除所有包含gitlab文件