我正在尝试在引擎场上部署一个应用程序。我正在使用 rails 2.3.5 和 ruby 1.8.7
当我尝试部署它时,
~> Deploying revision 481f05e emergency commit
:: running git checkout -q '481f05e42f3e13b5eda7e598a1b797b031c9ca5e'
:: running git submodule sync
Synchronizing submodule url for ''
:: running git submodule update --init
No submodule mapping found in .gitmodules for path 'school'
No submodule mapping found in .gitmodules for path 'school'
*** [Error] Git could not checkout (481f05e42f3e13b5eda7e598a1b797b031c9ca5e) ***
是 git submodule sync 导致问题吗?
我的存储库中没有任何子模块。