Question
How to uninstall GITLAB
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×You probably found your answer by now, but here’s a guide for future readers: https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elastic-stack-on-ubuntu-18-04
@ryan629266 I think you need to stop the gitlab services first:
/opt/gitlab/bin/gitlab-ctl stop
Please help. After installing and uninstalling GitLab, I can no longer use normal git commands. See error below:
$ git clone --bare git@samwise:/srv/git/myapp.git
Cloning into bare repository 'myapp.git'...
sh: 1: /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell: not found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
This was working before I installed GitLab. git user has correct public key in .ssh/authorized_keys, etc. I have rebooted the server already. Server: Ubuntu 14.04.5 LTS.
Thanks in advance.