I'm running Ubuntu 18.04 on Windows Subsystem for Linux on a Windows 10 machine. I have just cloned a repository from GitHub that contains several submodules. To initialize those submodules, I typically run the command:
git submodule update --init
However, when I do that I get an error:
/usr/lib/git-core/git-submodule: 332: /usr/lib/git-core/git-sh-setup: uname: Input/output error
Has anyone else seen this behavior? Does anyone know how to fix this?