【发布时间】:2022-06-11 09:10:03
【问题描述】:
从 CLI 部署 Heroku 应用程序时出现此错误。它总是工作得很好,即使是今天。现在我得到了这个:
$ git push heroku main
Enumerating objects: 46, done.
Counting objects: 100% (46/46), done.
Delta compression using up to 8 threads
Compressing objects: 100% (31/31), done.
Writing objects: 100% (31/31), 4.62 KiB | 788.00 KiB/s, done.
Total 31 (delta 23), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote: Building source:
remote:
remote: ! Heroku Git error, please try again shortly.
remote: ! See http://status.heroku.com for current Heroku platform status.
remote: ! If the problem persists, please open a ticket
remote: ! on https://help.heroku.com/tickets/new
remote: ! and provide the Request ID dee02a42-c0d2-4740-b9f3-cbfb58c7d95f
remote:
To https://git.heroku.com/vaquita-escolar.git
! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/vaquita-escolar.git'
不胜感激。
【问题讨论】:
-
您是否尝试按照 Heroku 本身在此处打印的建议(“请参阅 [站点]”和“稍后再试”)?如果问题仍然存在,您是否尝试过后续建议(“在 [site] 上开票并提供 [request ID]”)?
-
您好!我今天也有同样的问题。我认为他们遇到了一些停电问题。
-
@torek 我有一个免费计划,所以我无法创建票证,他们将我指引到这里。
-
您应该在问题中提及这些内容。不过,这似乎是一种持续存在的暂时性中断。
标签: heroku