当我想将我的节点js app部署到heroku时,我得到以下内容

时间:2018-01-27 00:57:14

标签: git heroku

每当我想在heroku服务器上部署我的节点js应用程序时,我会得到以下错误。我已经在互联网上搜索了解决方案,但没有。我也按照Here的建议增加了我的git缓冲区,但我仍然得到同样的错误

λ 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

1 个答案:

答案 0 :(得分:1)

这取决于您的操作系统和Git版本。

In this answer,使用MacOS版本是问题,最近Git for Windows did work 这可能是因为本地和远程环境之间的of a TLS discrepancies