I want build a blog website which build on git to save all user's blogs.Every user has a git repository in my git host.
Currently, I'm use nginx and git-http-backend to communicate git repo files.
So, how to set username and password for every user's git repository which make it as private?
In other word, is there a way to config which user can do what kind of operation(pull/push/...) on a git? (sorry for my English)
Thanks a lot.