Hi,

i am still facing error after changing permission

nitialized empty Git repository in /home/sushmitha/RBTool/test/lte_epc/.git/

cm_ltepc@gurux035's password:

error: pack-objects died of signal 9

error: git upload-pack: git-pack-objects died with error.

fatal: git upload-pack: aborting due to possible repository corruption on 
the remote side.

remote: aborting due to possible repository corruption on the remote side.

fatal: early EOF

fatal: index-pack failed


Please help here to resolve 


Thanks

On Thursday, November 22, 2012 at 1:33:10 PM UTC+5:30, tombert wrote:
>
> Hi all,
>
> recently I got a:
> remote: fatal: *object 534a44ef7703fdfe13e609b3e87e98bd52af60f8 is 
> corrupted*
> error: git upload-pack: git-pack-objects died with error.
> fatal: git upload-pack: aborting due to possible repository corruption on 
> the remote side.
> remote: aborting due to possible repository corruption on the remote side.
> fatal: *early EOF*
> fatal: index-pack failed
>
> which later I found that the *read/write permissions* of the git database 
> was wrong. How it went wrong?
> I do have a *pre-receive* hook that failed with an error and caused a 
> *push* operation to abort. Note that the script does not perform any file 
> operations or changes whatsever - it simply checks the current user and 
> either exits true/false. Nevertheless there was a scripting error which it 
> seems caused git to mangle the read/write permissions of some files. So I 
> fixed it with:
> chmod -R ug+rwX <repo>
> ... and it worked again.
>
> Yes - I do suspect git of having a bug ...
>
> Hope this helps someone ...
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to