Description
I have a project where in my remote URL I has specified the target git username I want to run commands with. I have 10 submodules, 9 of which my git account has access to, and 1 of which I don't. I was able to clone the repo and work on a new branch I create, but now wanted to change to the main branch as it has new changes on it. The issue is whenever I try, it simply fails with the error message (I have obfuscated the project's name):
fatal: not a git repository: Packages/Assets/[project-name]/Ship/../../../../.git/modules/Packages/Assets/[project-name]/Ship
Please could a change be made where this error will still pop-up, but the checkout would happen regardless for the main repo and the sub-modules I have git access to so I can still switch branch to checkout what I should be able to checkout.