英文:
Heroku run binary version of web(golang)
问题
我正在尝试使用https://github.com/ryandotsmith/null-buildpack,并编译了web
进程版本(Linux x64),但当我执行git push heroku master
时,进程卡在了以下位置:
remote: Compressing source files... done. remote: Building source: remote: remote: Build stream timed out, reverting to polling...............
Procfile文件内容如下:
web: /app/bin/www
英文:
I'm trying to use https://github.com/ryandotsmith/null-buildpack
and have compiled web
process version(linux x64)
but when i'm doing git push heroku master
process hangs on
remote: Compressing source files... done.
remote: Building source:
remote:
remote: Build stream timed out, reverting to polling...............
Procfile:
web: /app/bin/www
答案1
得分: 0
由于Heroku的问题引起,现在已经解决了。
https://status.heroku.com/
英文:
Was caused by a heroku issue, resolved now
https://status.heroku.com/
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论