Gave the following error:
insufficient permission for adding an object to repository database
Fixed after reading the this article on Stackoverflow
Ran
git config core.sharedRepository group
and then chowned all the contents of objects folder on the master remote repo. Re-pushed from my local machine.