【发布时间】: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