can't create first repo
Created by: gliush
Hi.
I've done all as in the instruction, but failed to create new repository:
- Install everything.
- run
- create new project "echo"
- On the project page there's a new instruction for creating new repo.
(am I supposed to do it as a
gitlabhq
user? The same as running the gitlabhq server?) ... git commit -m 'first commit' git remote add origin git@localhost:echo.git git push -u origin master ERROR:gitosis.serve.main:Repository read access denied fatal: The remote end hung up unexpectedly
More info:
I've added public .ssh key to my keys on the gitlabhq page.
I can clone gitosis-admin repo: git clone git@localhost:gitosis-admin.git
I don't know what details do you need to investigate further.