1

I tried searching for a fix of this kind of issue but all of them won't work.
This error happens yesterday after changing to a new server.

When pulling updates, it works as it should but when I push changes the error below appears.

ERROR:

Counting objects: 8, done. Delta compression using up to 2 threads.
Compressing objects: 100% (8/8), done. Writing objects: 100% (8/8),
989 bytes | 0 bytes/s, done. Total 8 (delta 6), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to
repository database ./objects remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
claudios
  • 6,588
  • 8
  • 47
  • 90

1 Answers1

0

All the solutions seen about that error message points to a chmod and git config core.sharedRepository group to be done in the bare git repo on the server side.

That would be coherent with the fact you have changed server recently.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250