Creating users & repos
Created by: hpointu
Hi, I love this project ! I'm trying to get it working on a gentoo, but I still have some issues :
When i add a user, i get this error :
Errno::EPIPE in Admin::UsersController#create
Here more context information :
app/controllers/admin/users_controller.rb:44:in block in create' app/controllers/admin/users_controller.rb:42:in
create'
and the request : {"utf8"=>"✓", "authenticity_token"=>"scrKzT5v6oSNvmmIFhIWskAZGgjEddalvHF6spqYC8w=", "user"=>{"name"=>"user1", "email"=>"[email protected]", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "projects_limit"=>"10"}, "commit"=>"Save"}
The user is added in the database, but i still have this error. I think I made a mistake while configuring all of this.
Also, I can add some projects, a commit is created on my gitosis-admin repository, but the physical repository is not created. Am I missing something ?