2

I am facing the below error while pushing my changes to origin/master. error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10053 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date enter image description here

I followed the similar error page, Git push error: RPC failed; result=56, HTTP code = 200 fatal: The remote end hung up unexpectedly fatal but of no help. Solution provided on this page is not working for me. Any hints are highly appreciated!!

Community
  • 1
  • 1
fixit
  • 87
  • 1
  • 9
  • Windows error 10053 is "connection aborted". This is the system's way of telling you that the server (not your own computer, but the *other* end of the connection) is saying "go away, stop bothering me". You will have to figure out why. A good first step would be to figure out *who*. Then find someone in charge of the "who", and ask *them*. – torek Feb 17 '17 at 13:31
  • @torek thankyou so much :) – fixit Feb 20 '17 at 02:09

1 Answers1

2

mostly it's your crapy sad internet connection.

fixit
  • 87
  • 1
  • 9