git: can't push (unpacker error) related to permission issues

前端 未结 13 949
小蘑菇
小蘑菇 2020-12-07 20:06

I have this problem when i try to push in git:

error: insufficient permission for adding an object to repository database ./objects

fatal: failed to write o         


        
13条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-07 20:49

    For me, this error occurred when I was out of space on my remote.

    I just needed to read the rest of the error message:

    error: file write error (No space left on device)
    fatal: unable to write sha1 file
    error: unpack failed: unpack-objects abnormal exit
    

提交回复
热议问题