Problems without ssh key: Error creating new repo
Created by: Skyr
A newly created user without a ssh key is unable to create an empty repo. gitlab responds with a success message, the repo shows up in on the web site, but the repo directory is not created (thus all pull/push operations fail, naturally).
If I add a user without ssh key to an existing repo, he can work without any problems.
If I add a ssh key to the user, everything works as expected (both via http and ssh), the repo directory is created as usual.
Tested on the current HEAD of the stable branch (e469084c).