1

Whenever I want to deploy my node js app on heroku server I get the following erros. I have searched all over the internet for solutions but none. I also did increased my git buffer as suggested here Here but I still get the same error

λ git push heroku master
Counting objects: 2315, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2203/2203), done.
Writing objects: 100% (2315/2315), 2.26 MiB | 3.17 MiB/s, done.
Total 2315 (delta 482), reused 0 (delta 0)
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
Xcode
  • 129
  • 1
  • 11
  • Possible duplicate of [Heroku Git - fatal: The remote end hung up unexpectedly](https://stackoverflow.com/questions/10873032/heroku-git-fatal-the-remote-end-hung-up-unexpectedly) – cptwonton Jan 27 '18 at 00:59
  • I have done that but I still get the same error – Xcode Jan 27 '18 at 01:02

1 Answers1

1

It depends on your OS and Git version.

In this answer, using a MacOS version was the issue, and the recent Git for Windows did work.
That may be because of a TLS discrepancies between the local and remote environment.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250