I'm trying to download the sources of monodevelop. I'm using the msys2 git instead of the recommended git for Windows but since the latter is basically a stripped-down msys2 version anyway that should not be a problem, and works for part of the repo.
But I encounter timeouts for some (but not all) submodules:
The cloning works well till here and for the next two:
Submodule path 'main/external/guiunit': checked out '9affe4813987b009022ab7b10e55f81f4a37344c'
Submodule path 'main/external/libgit-binary': checked out '2871279e5d6abe886a571583ae72131fae2ffa53'
Submodule 'external/libgit2' (git://github.com/mono/libgit2.git) registered for path 'main/external/libgit-binary/external/libgit2'
Submodule 'external/libssh2' (git://github.com/libssh2/libssh2.git) registered for path 'main/external/libgit-binary/external/libssh2'
... and then fails for libssh2 and all further submodules.
A subsequent git pull --recurse-submodules
fails as well (after working up to the same failing submodule), repeatedly, so this is not a throttling measure or the like.
I cannot be the only one facing this problem.
What's happening?