我有一个托管在 Heroku 上的 Django 项目,其中包含一个从cirlabs/heroku-buildpack-geodjango分叉的 buildpack 。有时当我推送到 Heroku 时,它会响应
Counting objects: 16, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 790 bytes, done.
Total 9 (delta 7), reused 0 (delta 0)
-----> Heroku receiving push
-----> Fetching custom buildpack... failed
! Heroku push rejected, error fetching custom buildpack
To git@heroku.com:taplister-staging.git
! [remote rejected] dev -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:heroku-app.git'
我想知道这是否可能是 buildpack 本身的错误,或者是否与 Heroku 如何与 github 交互有关?
哦,我heroku config
的还有 buildpack URL
BUILDPACK_URL: https://github.com/taplister/heroku-buildpack-geodjango
非常感谢任何见解。