私は git 1.8.4 を使用しており、別のリポジトリのマスターを追跡するサブモジュールを追加しようとしています。以下のように追加してみました。
git submodule add -b master /path/to/myrepo.git
追加しようとすると、次のエラーが表示されます
Cloning into 'myrepo.git'...
warning: You appear to have cloned an empty repository.
done.
fatal: Cannot update paths and switch to branch 'master' at the same time.
Did you intend to checkout 'origin/master' which can not be resolved as commit?
Unable to checkout submodule 'myrepo'
これが何を意味するのかわかりません...誰か説明できますか?