Cloning is not working properly for sub modules. I have a Main git repo and added two repos as sub modules.Inside that submodule repo also i have some repos.
for Eg: Repo main ->submodule repo A(A having two repos as sub modules B and C).
(I executed all the necessary steps for adding and updating sub modules)
While cloning (git clone –recursive git @IP…:Repo main)
It is listing the submodule repo A.Then i did cd A: But is not lising the Repos inside A(ie:B and C).I did git pull also after cloning.
But i am able to clone submodule repo B and C seperately.