Git push write access for deployment denied

Posted by Stepchik on Server Fault See other posts from Server Fault or by Stepchik
Published on 2012-12-13T10:30:17Z Indexed on 2012/12/13 11:06 UTC
Read the original article Hit count: 254

Filed under:
|
|

I have strange issue when try git push. Git clone and commit works fine.

W access for my_project DENIED to deploy_my_project_

My gitolite.conf

repo my_project   
R = deploy_my_project_111 
RW+ = my_name

I wonder why git push takes wrong user (deploy_project_111) with read access.

This error is float. Twice i had to change rsa key(rsa keys is unchangeble) and restart computer. May be my computer do something wrong.

© Server Fault or respective owner

Related posts about git

Related posts about gitolite