https
RewritesWe hit an extremely annoying bug today with a submodule that failed to
clone even with --recurse-submodule
set properly. My best guess is
that it is because it is a fork of another Git repo and fails to do the
insteadOf
properly. This required removing the following from my
~/.gitconfig
(which is probably fine).
```gitconfig [url “git@github.com:”] insteadOf = https://github.com/