【发布时间】:2015-10-11 07:28:28
【问题描述】:
我从我的代码中删除了一个子模块,当我现在尝试推送到 heroku 时,我得到:
remote: Git submodules detected, installing:
remote: No submodule mapping found in .gitmodules for path 'submodule/path'
remote:
remote: ! Push rejected, submodule install failed
remote:
我正在使用 Heroku 的 buildpack:https://github.com/heroku/heroku-buildpack-multi.git
有了这个.buildpacks 文件:
https://github.com/ello/heroku-buildpack-imagemagick-cedar-14
https://github.com/heroku/heroku-buildpack-ruby.git
我可以做些什么来解决这个问题吗?我是否只需要删除这个应用程序并启动一个新应用程序(这显然是非常不可取的)。
【问题讨论】:
标签: git heroku git-submodules