git addの際にエラー "warning: adding embedded git repository"
###直訳注意:埋め込まれたgitリポジトリを追加しようとしています。
出て来たエラー
warning: adding embedded git repository: caliper-v2
hint: You've added another git repository inside your current repository.
hint: Clones of the outer repository will not contain the contents of
hint: the embedded repository and will not know how to obtain it.
解決策
rm -rf .git/
でgitリポジトリを削除する。