I had the same problem. I removed the entry from .gitmodules and executed git submodule init; git submodule update then I removed the entry from the file system and executed git submodule update --remote and it started downloading the submodule again.