You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also found this 581.7 Cloning into '/home/funkey/FunKey-OS'... 643.0 error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8) 643.0 fatal: the remote end hung up unexpectedly 643.0 fatal: early EOF 643.0 fatal: index-pack failed
I was building the FunKey OS using Docker and ran into this error
ERROR: failed to solve: process "/bin/sh -c apt-get update && \tapt-get install -y -q --no-install-recommends \tmake \tbinutils \tbuild-essential \tgcc \tg++ \tpatch \tbzip2 \tperl \tcpio \tunzip \trsync \tfile \tbc \twget \tpython \tpython-dev \txxd \tlibncurses5-dev \tcvs \tgit \tmercurial \trsync \tliblscp-dev \tsubversion \tpython3 \tpython3-dev \tpython3-distutils \tpython3-setuptools \tca-certificates \topenssh-client \texpect \tlocales \tsudo \tprocps \t&& \tapt-get -y autoremove && \tapt-get -y clean && \trm -rf /var/lib/apt/lists/* && \tsed -i 's/# \\(en_US.UTF-8\\)/\\1/' /etc/locale.gen && \tlocale-gen --purge --lang en_US.UTF-8 && \tuseradd -ms /bin/bash funkey && \tusermod -a -G sudo funkey && \techo \"funkey:funkey\" | chpasswd && \tgit clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \tchown -R funkey:funkey /home/funkey" did not complete successfully: exit code: 128
Any help appreciated
The text was updated successfully, but these errors were encountered: