git - 推送到 heroku 进行编译超时

标签 git heroku

目前,每次我尝试上传项目时都会收到此错误。存储库大小只有 800kb,因为它刚刚被初始化,所以问题不是大小。当我按下它时,它会挂起好几分钟。

Abot::artifacts $ git push heroku master

 !  Timed out preparing your repository for compilation.
 !  If this happens consistently please see
 !  https://devcenter.heroku.com/articles/slug-compiler#repo-size

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

最佳答案

也许 Heroku 现在有问题。

https://status.heroku.com/

关于git - 推送到 heroku 进行编译超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18619330/

相关文章:

perl - 如何自定义 git commit-msg Hook ?

ruby-on-rails - 对等方重置 Redis/SideKiq/Rails 连接 - SSL_connect

ruby-on-rails - 在 Rails App Heroku 中发送邮件

django - Heroku 推送被拒绝,无法与供应商通信,请稍后重试

ruby-on-rails - web.1 | bundler : command not found: puma

android - 在 Android 源版本之间切换的更好方法

git - 按文件拆分每个提交?

git - git恢复到某些提交,而不更改历史记录并创建一个新的提交,如git revert

javascript - 了解如何将 Redis 与 Node.js 和服务器发送事件一起使用

git - 如何在日志中不包含额外的 "committer:"行的情况下转换为 Mercurial?