Wrong solution for: Repo base access is drwxrws---? ... no
Closed
Wrong solution for: Repo base access is drwxrws---? ... no
Created by: ghost
Hello,
Just ran an uptdate from 6.0 to 6.4. Everything went well except the following one.
when the error "Repo base access is drwxrws---? ... no" occurs when running
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
The information-script proposes to run:
sudo chmod -R ug+rwX,o-rwx /home/git/repositories/
sudo chmod -R ug-s /home/git/repositories/
But the second line is wrong, it should say:
sudo chmod -R g+s repositories/
Cheers!
Please register or sign in to reply