tags:

views:

241

answers:

1

Strange thing - on git push gitosis does not adds key for new user to the /home/git/.ssh/authorized_keys. Of course - i can add keys manually, but its not good :(

What can i do?

+2  A: 

to solve this problem i've used

sudo chmod 755 /home/git/repositories/gitosis-admin.git/hooks/post-update
Alexey Poimtsev