标签: git github heroku git-submodules
使用以下方法部署到Heroku时:
git push heroku master
它将成功找到公用子模块,但将无法克隆专用子模块。 包含私有子模块的最佳方法是什么?