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