The permissions for the /home/git/gitlab/public/uploads directory are currently set incorrectly to 0755 instead of 0750. This causes the following error when running bundle exec rake gitlab:check RAILS_ENV=production:
Uploads directory setup correctly? ... no
Try fixing it:
sudo chmod 0750 /home/git/gitlab/public/uploads
For more information see:
doc/install/installation.md in section "GitLab"
Please fix the error above and rerun the checks.
The permissions for the
/home/git/gitlab/public/uploads
directory are currently set incorrectly to0755
instead of0750
. This causes the following error when runningbundle exec rake gitlab:check RAILS_ENV=production
: