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!!

2
  • 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. Commented Feb 17, 2017 at 13:31
  • @torek thankyou so much :) Commented Feb 20, 2017 at 2:09

1 Answer 1

2

mostly it's your crapy sad internet connection.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.