Just chown -R (or chgrp -R and chmod -R g+w ) the repository where you want to include git pull . Git does not have its own authorization check, it fixes it no matter what access mechanism you use. In the case of local access and SSH access, as you seem to be using, this is just normal OS file ownership.
Aristotle pagaltzis
source share