我正在尝试推动heroku master,但我得到: Build timed out while waiting to start

Posted

技术标签:

【中文标题】我正在尝试推动heroku master,但我得到: Build timed out while waiting to start【英文标题】:I am trying to push heroku master and I get: Build timed out while waiting to start 【发布时间】:2020-10-20 02:01:33 【问题描述】:

我正在尝试推送我的 heroku,将我的项目上线并执行:git push heroku master

我明白了:

Enumerating objects: 29, done.
Counting objects: 100% (29/29), done.
Delta compression using up to 4 threads
Compressing objects: 100% (17/17), done.
Writing objects: 100% (19/19), 9.13 KiB | 1.83 MiB/s, done.
Total 19 (delta 7), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote: Building source:
remote:  !
remote:  !   Build timed out while waiting to start.
remote:  !
remote: Verifying deploy...
remote: 
remote: !       Push rejected to arthuro-gomez-web-api.
remote: 
To https://git.heroku.com/arthuro-gomez-web-api.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/arthuro-gomez-web-api.git'

试着用这个来推动

git fetch
git merge  # or git rebase
git push

如果有人可以帮助我或指出解决方案,我也遇到了同样的错误?我在 SO 中看到了一些问题,但它们对我不起作用,我重新启动了 IDE,我也等了 15 分钟。非常感谢您的帮助

【问题讨论】:

heroku端有问题:status.heroku.com/incidents/2081 哦,我刚刚看到了,非常感谢您抽出宝贵的时间,我不知道我能看到这些信息:D 【参考方案1】:

看起来这对我来说也是 Heroku 方面的问题。

https://status.heroku.com/

【讨论】:

以上是关于我正在尝试推动heroku master,但我得到: Build timed out while waiting to start的主要内容,如果未能解决你的问题,请参考以下文章

Knex 与 Heroku Postgres 连接出现错误?

git push heroku master错误权限被拒绝(公钥)[重复]

带有 master.key 的 Rails 5.2 - Heroku 部署

我正在尝试在 heroku 上部署我的 node.js discord 机器人,但我不断收到错误

无法使用 Vapor 将 swift 包推送到 Heroku

设置包含特殊字符 $ 的 Heroku 配置变量