Git Push Error: insufficient permission for adding an object to repository database
Repair Permissions After you have identified and fixed the underlying cause (see below), you’ll want to repair the permissions: Note if you want everyone to be able to modify the repository, you don’t need the chgrp and you will want to change the chmod to sudo chmod -R a+rwX . If you do not fix the underlying cause, … Read more