I have git error: \"insufficient permission for adding an object to repository database .git/objects\" every time I make \"git pull origin develop\".
remote:
Mine was a stupid mistake... the right username and group were set, but www-data was the account accessing it. The directory was owned by vaindil:www-data, but permissions were 755 so www-data couldn't write to it. Fixed it with:
$ sudo chmod -R 775 /path/to/repo