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

前端 未结 13 921
小蘑菇
小蘑菇 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条回答
  •  萌比男神i
    2020-12-07 20:48

    For me its a permissions issue:

    On the git server run this command on the repo directory

    sudo chmod -R 777 theDirectory/
    

提交回复
热议问题