【问题标题】:Heroku git push - "fatal: the remote end hung up unexpectedly"Heroku git push - “致命:远程端意外挂断”
【发布时间】:2020-02-02 18:57:16
【问题描述】:

尝试使用 Heroku 托管网站。 Heroku 收到应用后

git commit 但是当我输入时它不会最终确定: git push heroku master

这是我收到的输出:

Enumerating Objects: 51, done.
Counting Objects: 100% (51/51), done.
Delta compression using up to 4 threads
Compressing objects: 100% (49/49), done.
Error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504
Fatal: the remote end hung up unexpectedly
Writing objects: 100% (51/51), 48.24 MiB | 13 KiB/s, done.
Total 51 (delta 2), reused 0 (delta 0)
fatal: the remote end hung up unexpectedly
Everything up-to-date

【问题讨论】:

    标签: git heroku heroku-toolbelt heroku-cli


    【解决方案1】:

    我遇到了同样的错误,您的密钥似乎有问题,您需要将当前密钥上传到 heroku

     heroku keys:add
    

    “管理您的 SSH 密钥”中的详细信息:https://devcenter.heroku.com/articles/keys

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-06-08
      • 2021-08-02
      • 2013-02-20
      • 1970-01-01
      • 2012-08-19
      • 2011-05-04
      • 1970-01-01
      相关资源
      最近更新 更多