Subject: getting 'the connection was aborted' when pushing

Original Post giovanni.idili's Avatar

giovanni.idili

06 Jul, 2009 12:09 AM

Hi,

I was able to push to git no probs till 2 days ago - then suddenly I started
getting this error:

Counting objects: 58, done.
Compressing objects: 100% (28/28) Compressing objects: 100% (28/28), done.
Writing objects: 100% (32/32) Writing objects: 100% (32/32), 7.40 KiB,
done.
Total 32 (delta 20), reused 0 (delta 0)
Read from remote host github.com: The connection was aborted
Pushing to git@github.com:tarelli/Wokhei.git
fatal: The remote end hung up unexpectedly

My user name is JohnIdol and I am trying to push to the repository in the
text above ( git@github.com:tarelli/Wokhei.git).

Is there anything you can do to help me?

thanks and Rgds

  1. Support Staff 2 Posted by Tekkub on 08 Jul, 2009 08:29 PM

    Tekkub's Avatar

    That's odd, it doesn't look like you're pushing anything large... I assume you get this every time you try to push?

    Tekkub
    Github Tech Support
    http://support.github.com/
    Join us on IRC: #github on freenode.net
    Discussion group: github@googlegroups.com
    
  2. 3 Posted by giovanni.idili on 09 Jul, 2009 11:38 AM

    giovanni.idili's Avatar

    Yes - I am not pushing anything large and I get it everytime I try to push -
    it stopped working without my configuration changing in any way.

    On the other end I can pull no probs ...

    Any thing I can do to reset the whole thing - generate another security key or smt like that?

    Help appreciated!

  3. Support Staff 4 Posted by defunkt on 10 Jul, 2009 02:41 AM

    defunkt's Avatar

    What is your OS and git version?

  4. 5 Posted by giovanni.idili on 10 Jul, 2009 02:20 PM

    giovanni.idili's Avatar

    I am on Vista. Git Version: 1.6.2

  5. 6 Posted by giovanni.idili on 10 Jul, 2009 03:26 PM

    giovanni.idili's Avatar

    I tried pushing to another repository and it works just fine (see below) - so it looks like it's definitely related to the specific repository --> git@github.com:tarelli/Wokhei.git

    Counting objects: 5, done.
    Compressing objects: 100% (3/3) Compressing objects: 100% (3/3), done.
    Writing objects: 100% (3/3) Writing objects: 100% (3/3), 362 bytes, done. Total 3 (delta 1), reused 0 (delta 0) Pushing to git@github.com:JohnIdol/typingmonkey.git To git@github.com:JohnIdol/typingmonkey.git c69c721..8609ae1 master -> master updating local tracking ref 'refs/remotes/origin/master'

  6. Support Staff 7 Posted by defunkt on 10 Jul, 2009 04:47 PM

    defunkt's Avatar

    Do you still have the repository locally?

    I would suggest deleting it on the server and then re-pushing - there may be a Git error.

    Chris

  7. 8 Posted by giovanni.idili on 11 Jul, 2009 06:57 PM

    giovanni.idili's Avatar

    I tried deleting the local repository and re-pulling the whole thing - the problem disappeared.

    I then pushed a few times over a timespan of almost a day and it happened again.

    Gonna try the same trick but it would be nice to know why?!

  8. Support Staff 9 Posted by defunkt on 13 Jul, 2009 05:37 PM

    defunkt's Avatar

    Sounds like a problem with your Git client :(

  9. 10 Posted by giovanni.idili on 13 Jul, 2009 06:01 PM

    giovanni.idili's Avatar

    I am using GitGUI - I was able to replicate the problem I think.

    After renaming files (in eclipse) Git sees the old files as discarded and inserts new ones.

    Every time I do this i get the error in subject.

    If I create new files with same content and different name and then use git rm from git bash then it works fine.

  10. Support Staff 11 Posted by Tekkub on 13 Jul, 2009 06:08 PM

    Tekkub's Avatar

    Were the issues happening when you were working from the eclipse plugin, or from command line or git-gui? From all I've seen, the eclipse plugin has some weird issues, but falling back to the command line or git-gui usually works.

    The other question, did you install msysgit or cygwin, and did you use openssh (the default in msysgit) or putty?

Comments are currently closed for this discussion. You can start a new one.

Recent Discussions

25 Nov, 2009 03:07 AM
25 Nov, 2009 01:41 AM
25 Nov, 2009 01:27 AM
24 Nov, 2009 10:56 PM
24 Nov, 2009 10:54 PM