Wednesday, December 10, 2008

GitHub Issues, GitHub Support

Github source repository is very good to store projects, but sometimes aftermaking lot of changes to my source code when I try to push the changes to repo back, I get the following error.

Not sure what the reason is, is it the size or something else. I have opened a ticket with GitSupport, once I recieve a response I will update it


$ git push origin master
Counting objects: 147, done.
Compressing objects: 100% (138/138), done.
Writing objects: 100% (146/146), 179.11 KiB, done.
Total 146 (delta 8), reused 0 (delta 0)
Read from remote host github.com: Software caused connection abort
fatal: The remote end hung up unexpectedly

I dont think size should be an issue as as 180Kb is not big


Finally, I was able to resolve this issue though mysteriously, after 5 hours when I tried to push again with a different internet connection at home, everything went smoothly. I guess it was a connection issues with my internet at office.

GitSuppot did try to help me out on this one, though they came little bit late to pitch in, they suggested to try msysgit instead of cygwin. If it had not worked, I would have give that a shot.

No comments:

Post a Comment