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

  • Home
  • SEARCH
  • 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 6994697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:55:31+00:00 2026-05-27T19:55:31+00:00

I’m on holidays at present and have been doing some work, committing and pushing

  • 0

I’m on holidays at present and have been doing some work, committing and pushing to github.
Our internet connection here is pretty bad (wireless point-to-point in the mountains) and drops off very regularly.

I was able to push to github for about a week and a half, but for the past couple of days I haven’t been able to. I can push smaller changes made to other repos, but this is a fairly big one I think, and I’ve been making the situation worse by adding more and more commits.

When I attempt to push (using git extensions under Windows) I get the following error:

c:\Program Files (x86)\Git\bin\git.exe push “origin” master:master
Done
FATAL ERROR: Network error: Software caused connection abort
fatal: sha1 file ” write error: Broken pipe
fatal: The remote end hung up unexpectedly
error: failed to push some refs to ‘git@github.com:plenderj/myproject.git’

I can see outbound network activity, and then it’ll drop off, and some time later git complains. I’ve probably tried to push about 10 or 15 times now.

Is there a way I can split up what git’s attempting to upload into smaller chunks, or can I create some sort of diff file(s), apply them to my computer at home, and then upload from there?
Worst case scenario I copy and paste the whole /src/ folder to a memory stick and just do it from home, but I can’t help but think there’s a better way. Any suggestions? 🙂

  • 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-05-27T19:55:31+00:00Added an answer on May 27, 2026 at 7:55 pm

    Use git-format-patch to build a series of email-able patches that you can apply using git-apply at the other end.

    see man git-format-patch for more details.

    To create patches for your changes since you pulled from the master:

    git format-patch origin/master
    

    This creates a series of files you can email or upload.

    If you have email set-up for git on your computer, you can email directly using

    git send-email
    

    If you have email set-up for git on the origin, you can apply directly using

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

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
I have a jquery bug and I've been looking for hours now, I can't
I have some data like this: 1 2 3 4 5 9 2 6
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a bunch of posts stored in text files formatted in yaml/textile (from
We're building an app, our first using Rails 3, and we're having to build

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.