子存储库与父存储库的名称相同。
release_date = new Date(in.readLong());
不起作用,我得到了这个提示
git add --all
如果
warning: adding embedded git repository: repostiroy
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.
hint: If you meant to add a submodule, use:
hint:
hint: git submodule add <url> repository
不起作用那么自从我无法遵循这些指示后会发生什么呢?
答案 0 :(得分:0)
我感到愚蠢,然而,该文件显然是一个git存储库,因为我之前错误地上传了它。如果您想知道我做了什么,请进入该文件并执行
rm -rf .git
然后转到主存储库,你会很高兴。