On Wed, Jul 19, 2017 at 10:32:38PM -0700, Deepti Dua wrote:

> i am still facing error after changing permission
> 
> nitialized empty Git repository in /home/sushmitha/RBTool/test/lte_epc/.git/
> cm_ltepc@gurux'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

>From the git-upload-pack manual page, we get:

| Invoked by 'git fetch-pack', learns what
| objects the other side is missing, and sends them after packing.
| 
| This command is usually not invoked directly by the end user.
| The UI for the protocol is on the 'git fetch-pack' side, and the
| program pair is meant to be used to pull updates from a remote
| repository.  For push operations, see 'git send-pack'.

This means the upload-pack program runs on the remote side, and this
indicates that the problem is in the remote repo.

Try SSH'ing to the remote server and running `git fsck` in that repo.
But first be sure to recursively copy its whole directory to some other
place for backup purposes.

-- 
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