1
私は、参照サブモジュールからコードを引き出したいです。私は何もしないgit submodule update --init
を試しました。.git/configおよび.gitmodulesない同期し
は、最大読んで、私は私の.git/configファイルありえないが設定されているため、これはおそらく可能性があることに気づきました。 マイ.git/configがサブモジュールについては何も含まれていません。
.git/configに:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = ssh://[email protected]:29418/opnfvdocs
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "gerrit"]
url = ssh://[email protected]:29418/opnfvdocs.git
fetch = +refs/heads/*:refs/remotes/gerrit/*
[user]
email = [email protected]
[branch "Testingdoc"]
remote = origin
merge = refs/heads/master
私.gitmoduleが
[submodule "docs/testing/docs/submodules/apex"]
path = docs/testing/docs/submodules/apex
url = https://gerrit.opnfv.org/gerrit/apex
[submodule "docs/testing/docs/submodules/armband"]
path = docs/testing/docs/submodules/armband
url = https://gerrit.opnfv.org/gerrit/armband
サブモジュールへの参照が含まれていますしかし、私の質問は、私はgit submodule update --init
に同期して、これらのファイルその両方を持ってないか、あります関連するリポジトリはプルアップされていますか?あなたはgit submodule init
git submodule update
を実行した後
git submodule update
を実行する必要が