Repositories created with root permissions
Created by: isuttell
When I create a new repository the project folder is created with the user and group as root
and consequently get the following error when I try to push to it:
Access denied.
fatal: Could not read from remote repository.
I found a work around by manually changing the repository owner and group to git
but that's a pain to do every time a new repository is created. As an FYI, the group folder is created with the correct permissions it's just the individual project folder that's wrong.
I'm currently running 7.5.2. In the past I didn't have this problem. So, I'm not sure if this is a configuration issue or an actual bug.