Git push error: unpack failed: index-pack abnormal exit

前端 未结 4 1573
野的像风
野的像风 2021-02-07 16:18

I\'m able to pull but Unable to git push

$ git push -u origin master
Counting objects: 2031, done.
Delta compression using up to 4 threads.
Compressing objects:         


        
4条回答
  •  生来不讨喜
    2021-02-07 16:44

    If you are the git administrator, connect on the server hosting the git repository. There, go into objects folder. There should have folder with root owner, which is your problem.

    Change folder owner to be equal to other on the folder (not root).

提交回复
热议问题