Reputation: 861
I tried setting up gitosis following both website. Setup went through fine, when developer clone and try to push they get
error --> insufficient permission for adding an object to repository database ./objects error
How do we handle this? Do i need to change permission of object. Currently it is 755 permission.
http://www.sparksupport.com/blog/git-access-control-with-gitosis-2/comment-page-1#comment-185 https://wiki.archlinux.org/index.php/Gitosis
Upvotes: 0
Views: 399
Reputation: 21903
You probably need to chmod -R
the whole objects directory.
Also you should really be using gitolite. Gitosis is not being updated anymore. Word is slow getting out about that, but the community really has moved to gitolite.
Upvotes: 1