Skip to content

Commit

Permalink
docs: add git clone eof error troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Feb 27, 2024
1 parent 13c420c commit 6c0443d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,12 @@ Now build again::
tutor images build

All build commands should now make use of the newly configured builder. To later revert to the default builder, run ``docker buildx use default``.

fatal: the remote end hung up unexpectedly / fatal: early EOF / fatal: index-pack failed
----------------------------------------------------------------------------------------

This issue can occur due to problems with your network while cloning edx-platform which is a fairly large repository.

You should first of all try to run the command you were trying to run again to see if it works.

If that does not work, you can follow the tutorial above for `High resource consumption <#high-resource-consumption-on-tutor-images-build-by-docker>`_ and set `max-parallelism = 1` so that while edx-platform is being cloned, the network is not being utilized by another command.

0 comments on commit 6c0443d

Please sign in to comment.