I have a project with four independent, but related repos, It just makes sense to bring these together so I created a new repo and added them as submodules. I currently have this setup:
C:\Users\BRITTG2\AppData\Local\Temp\tbsm-changeman>git submodule
d09137ba3baf9c2a7d67f2344e9792f156931286 ChangeMan (heads/master)
71ea286af21f11abb9e60a976f802b8868e932e5 ChangeManTest (heads/master)
45d50d4211cced33f399651db10882dcac9aa3f9 DocLibrary (heads/master)
36e99a506439b5bdf6d22bfb7744839be301be01 TFS_ChangeMan_Source (heads/master)
I pushed the main repo (with the submodules) to bitbucket. It looks like this:
However when I click on any of them I get an error. e.g.
What happened here? What can I do to fix this?