Occasionally, though it's always happen with my connection, either git clone --mirror or git fetch --all via http will tend to fail with closed connection.
Doing retry directly on the git command seem to fix the situation. In addition, bundle also doing this with their git_proxy
Occasionally, though it's always happen with my connection, either
git clone --mirror
orgit fetch --all
via http will tend to fail with closed connection.Doing retry directly on the git command seem to fix the situation. In addition, bundle also doing this with their git_proxy