Create a new repository (normal vs. admin user)?
Created by: miotto
When a "normal user" creates a new repository, then no files (repository folder) will be created and the "normal user" can't clone/push the project:
fatal: http://server/repo.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
Is added after the creation of the new project an "admin user" (minimum role developer), then the files (repository folder) will be created immediately. The checkbox "Post Receive File: " in the project admin area changes after adding a admin user from empty to full. So the "normal user" can also work clone/push, everything works great.
Is there a possibility that a "normal user" can create a new repository and work with it directly, even without an admin is associated with the project?
GitLab: v3.0.3 on CentOS, I followed the installation instructions for the stable release. The file permissions etc. seem to be fine.