Every time I pull from github I see this
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree submodule update --init
fatal: No url found for submodule path 'APP NAME' in .gitmodules
Completed with errors, see above
This started happening suddenly. The project has no submodules. This doesn't occur with command-line git, only with source tree. I'm on version 2.6.1 on MacOS 10.12.6
How do I resolve this error?