I have git error: \"insufficient permission for adding an object to repository database .git/objects\" every time I make \"git pull origin develop\".
remote:
Go to project's root directory and run below commands to fix this issue,
cd .git/objects sudo chown -R yourname:yourgroup *