Open MyNameIsRomayne opened 5 months ago
Might not actually be due to slowness, but fails regardless on what is essentially a barebones W10 system, relative to typical windows bloat. https://gist.github.com/VermeilChan/3fd0188afeb8d49f219efb008b612197 worked for me for now.
Hmm, maybe I should consider an option to download the zip
archive manually or clone the repo on the host machine instead of inside of the container. Thanks for the feedback.
When the container attempts to execute
git clone --recursive https://github.com/aseprite/aseprite.git
on a device which is slow (hard disk, slow internet connection, bogged down by other software running, etc.), the clone will take too long and timeout.This causes an issue similar to the one posted in https://stackoverflow.com/questions/46232906/git-clone-error-rpc-failed-curl-56-openssl-ssl-read-ssl-error-syscall-errno
error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
This is the first error received verbatim.Steps I took:
start.bat
Additional information:
My issue was most likely the HDD, as my internet speed was clocked at 334 MBPS download, 20.5 MBPS upload, 20ms latency I was after the first time resorting to installing the dependencies manually as stated in the original post here: https://www.reddit.com/r/PixelArt/comments/on9pw6/guide_how_to_build_aseprite_from_source_aseprite/?rdt=60732, Primarily, I was installing VS Community 2022 with all optional packages for the Desktop C++ part
My WD HDD writes at 40-50 MB/s