Hi all. I’m getting problems with tutor-dev installations(Quince and Palm). I installed tutor-local to try it, but it installed without any problems. But I get these errors when installing tutor-dev. I tried a few methods from stackoverflow but they didn’t help( git config http.postBuffer 524288000).
What can I do?
tutor dev launch
==================================================
Interactive platform configuration
==================================================
As you are not running this platform in production, we automatically set the following configuration values:
LMS_HOST = local.edly.io
CMS_HOST = studio.local.edly.io
ENABLE_HTTPS = False
Your platform name/title [My Open edX]
Your public contact email address [contact@local.overhang.io]
The default language code for the platform [en]
Configuration saved to /Users/tutordev/Library/Application Support/tutor/config.yml
Environment generated in /Users/tutordev/Library/Application Support/tutor/env
======================================
Building Docker images
======================================
Building image openedx-dev:17.0.0
docker buildx build --tag=openedx-dev:17.0.0 --output=type=docker --target=development --build-arg=APP_USER_ID=502 --cache-from=type=registry,ref=openedx-dev:17.0.0-cache '/Users/tutordev/Library/Application Support/tutor/env/build/openedx'
[+] Building 83.1s (20/65) docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 11.26kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> resolve image config for docker.io/docker/dockerfile:1 3.7s
=> CACHED docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f5003 0.0s
=> [internal] load metadata for docker.io/powerman/dockerize:0.19.0 3.7s
=> [internal] load metadata for docker.io/library/ubuntu:20.04 2.0s
=> ERROR importing cache manifest from openedx-dev:17.0.0-cache 2.3s
=> [internal] load build context 0.0s
=> => transferring context: 12.82kB 0.0s
=> git://github.com/openedx/openedx-i18n.git#release/quince 0.9s
=> [minimal 1/2] FROM docker.io/library/ubuntu:20.04@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff5 0.0s
=> FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8b 0.0s
=> CACHED [minimal 2/2] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target= 0.0s
=> CACHED [production 1/30] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,ta 0.0s
=> CACHED [production 2/30] RUN if [ "502" = 0 ]; then echo "app user may not be root" && false; fi 0.0s
=> CACHED [production 3/30] RUN useradd --no-log-init --home-dir /openedx --create-home --shell /bin/bash --uid 5 0.0s
=> CACHED [production 4/30] COPY --link --from=docker.io/powerman/dockerize:0.19.0 /usr/local/bin/dockerize /usr/ 0.0s
=> CANCELED [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,targe 73.0s
=> ERROR [code 1/3] RUN mkdir -p /openedx/edx-platform && git clone https://github.com/openedx/edx-platform.g 72.9s
=> CACHED [locales 1/2] ADD --keep-git-dir=true https://github.com/openedx/openedx-i18n.git#release/quince /tmp/op 0.0s
=> CACHED [locales 2/2] RUN mkdir --parents /openedx/locale && mv /tmp/openedx-i18n/edx-platform/locale /opene 0.0s
------
> importing cache manifest from openedx-dev:17.0.0-cache:
------
------
> [code 1/3] RUN mkdir -p /openedx/edx-platform && git clone https://github.com/openedx/edx-platform.git --branch open-release/quince.1 --depth 1 /openedx/edx-platform:
0.442 Cloning into '/openedx/edx-platform'...
72.52 fatal: the remote end hung up unexpectedly
72.52 fatal: early EOF
72.53 fatal: index-pack failed
------
Dockerfile:41
--------------------
40 | ARG EDX_PLATFORM_VERSION=open-release/quince.1
41 | >>> RUN mkdir -p /openedx/edx-platform && \
42 | >>> git clone $EDX_PLATFORM_REPOSITORY --branch $EDX_PLATFORM_VERSION --depth 1 /openedx/edx-platform
43 | WORKDIR /openedx/edx-platform
--------------------
ERROR: failed to solve: process "/bin/sh -c mkdir -p /openedx/edx-platform && git clone $EDX_PLATFORM_REPOSITORY --branch $EDX_PLATFORM_VERSION --depth 1 /openedx/edx-platform" did not complete successfully: exit code: 128
Error: Command failed with status 1: docker buildx build --tag=openedx-dev:17.0.0 --output=type=docker --target=development --build-arg=APP_USER_ID=502 --cache-from=type=registry,ref=openedx-dev:17.0.0-cache /Users/tutordev/Library/Application Support/tutor/env/build/openedx