Git push write access for deployment denied
- by Stepchik
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.