Ubuntu - Unable to add keys, create projects
Created by: paularmstrong
Using v2.0.0 or newer on Ubuntu 10.04, per wiki installation instructions.
No real info seems to be given in the logs when I attempt to add a key for a user (any user, admin or new)
cache: [POST /keys] invalidate, pass
Started POST "/keys" for 67.169.183.212 at 2012-01-16 20:23:24 -0800
Processing by KeysController#create as JS
Parameters: {"utf8"=>"✓", "authenticity_token"=>"auaLN8zZNa1D7x4RvCd/MTjBgkee15oe5WzG6iKlh7k=", "key"=>{"title"=>"avocado", "key"=>"<<<key stripped>>>"}, "commit"=>"Save"}
Rendered public/githost_error.html (0.4ms)
Output of ssh git@localhost
seems correct:
$ ssh git@localhost
PTY allocation request failed on channel 0
hello rails, this is gitolite v2.2-11-g8c4d1aa running on git 1.7.0.4
the gitolite config gives you the following access:
R W gitolite-admin
@R_ @W_ testing
I also verified that I'm able to pull and push the gitolite-admin repository on the server.
It seems like I'm missing something. Is there a way to find more debug information?