2017-04-19 20 views

答えて

0

私がGit submodules: Specify a branch/tagに言及しているように、あなたの親レポには.gitmodulesが含まれていなければなりません。

git config -f .gitmodules submodule.<path>.branch <branch> 

しかし、それは十分ではない場合、あなたの最初のビルドステップ(またはビルド前の段階)が

git remote update --remote 
であることを確認してください
関連する問題