Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9159413
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:29:11+00:00 2026-06-17T13:29:11+00:00

While pushing a git repository from a ubuntu server to another ubuntu server, I

  • 0

While pushing a git repository from a ubuntu server to another ubuntu server, I get the following error:

Pushing to gitosis@xxx:yyy
Enter passphrase for key '/home/ngrislain/.ssh/id_rsa': 
Counting objects: 88, done.
Compressing objects: 100% (50/50), done.
error: inflate returned -551), 22.15 MiB | 1.13 MiB/s   
error: pack-objects died of signal 13MiB | 1.10 MiB/s   
error: failed to push some refs to 'gitosis@xxx:yyy'

My disk is not full, I still can pull…
Does anyone understand this ?

Thanks,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:29:12+00:00Added an answer on June 17, 2026 at 1:29 pm

    Short answer: Your remote repository is broken.

    Most objects (commits, old file contents, etc.) in a git repository are packed in .pack files. Whenever git needs to access those objects it first needs to unpack them. If the packed file is corrupt git is no longer able to access those objects and is unhappy.

    Your tried to push to a remote repository, which seems to contain such a corrupt pack file.
    The remote end needed to unpack it, but was not able to do so. Hence it was not able to integrate your push.

    You need to fix your remote repository. As git is a distributed VCS, one way to do this is just to create a new repository on the server by cloning from your own repository.

    Depending on the level of detail you are interested in you may also look at the man page of git-unpack-objects or at the git source code int git_inflate(…) in zlib.c, which contains the failing call to inflate.

    There is also a GitFaq on how to fix a broken repository.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Gemfile: ... gem 'paperclip', :git => 'git@github.com:mdrozdziel/paperclip.git' ... While pushing the app I get
I've been using for a while a small git repository that has been set-up
I've cloned repository A's master branch from git and created my own branch called
I'm getting some error while pushing my app (already built a Java EE application
I have an issue: while git push ing I've got an error: Fetching remote
I was using the following procedure for a while: git fetch origin master git
While developing an application using gwt in ecliplse crashed. Now the server is running
I have been working on setting up a git server by using Paramiko to
I am a git beginner. I have created a git repository with 4 eclipse
I have a post-update hook on my server, such that when I git push

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.