1 Answer
Just Check your disk usage of the file system , df -hT
Free up some space in /var/cache if you want to install it in the var folder or or else
just change the location of the cache **directory in the /etc/yum.conf
vim /etc/yum.conf
[main]cachedir=<your desired path>/yum/ or /mnt/yum
and then save the file
Now install the gitlab-ce or gitlab-ee edition.
Your Answer
x