Hi, I have a repo with multiple branches. I restricted the access on a branch with exceptions of one user alone. When I try to do the git push with that same user from a linux server which has a ssh clone of that repo, I'm getting access restriction error. When there is no access restrictions on branch, the git push is fine, and also see the commits with that user. What would be the issue that is restricting the push when there is branch permission? Any thoughts?
Thanks,
Vignesh