git repository not created when a project is added
Created by: aspyct
Hi,
I just installed a fresh gitlab on a fresh debian system.
Debian GNU/Linux 7
Linux debian 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2 x86_64 GNU/Linux
Followed the installation procedure on https://about.gitlab.com/downloads/ for Debian 7.
https://downloads-packages.s3.amazonaws.com/debian-7.6/gitlab_7.3.2-omnibus-1_amd64.deb
It all started smoothly.
But then I created a project, and tried to push source to the repository. Turns out it didn't work. I kept getting "repository not found" messages.
I found the problem, eventually: while the <project>.wiki.git
repository was created, no <project>.git
was created. Actually sometimes it was created, but most of the time not.
So I can "fix" that by manually creating the repository. But that's not a long term solution. I don't want to have to dig into ssh every time anybody here creates a new project.
Is there any known fix for this issue?