cannot create Projects Repository [v4.1.0]
Created by: moolen
Hey folks,
i have Gitlab 4.1.0 installed on my server. Everything works ok-ish. But when i create a new Project Gitlab / gitolite cannot create the repository. I have to manually create the repository like this:
~/gitlab - the gitlab source ~/repositories - where my repos are
i have to go to ~/repositories and create a new folder with mkdir my-project.git (for global namespace), cd into it and do git init --bare. When i do that everything works fine. But its a unnecessary additional step to setup a project.
Im not THAT familiar with Ruby/Rails environment. I think i can debug it myself, but i have no idea where to start. Can you help me to debug it?
Best, Moolen