qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

Can't get past this error

Open Selvenity opened this issue 1 year ago • 1 comments

So i've used Ubuntu 23.04 (Virtualbox VM) and MSYS2 MINGW64 but i've always got these results:

Ubuntu Results (23.04)

Input: git clone https://github.com/devos50/qemu (or git clone https://github.com/devos50/qemu-ios) Output after a bit: Cloning into 'qemu-ios'... remote: Enumerating objects: 717020, done. remote: Counting objects: 100% (60/60), done. remote: Compressing objects: 100% (42/42), done. error: 5942 bytes of body are still expected3 MiB | 212.00 KiB/s fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output

MSYS2 Results

Input: git clone https://github.com/devos50/qemu-ios Output after a bit: Cloning into 'qemu-ios'... remote: Enumerating objects: 717020, done. remote: Counting objects: 100% (60/60), done. remote: Compressing objects: 100% (42/42), done. error: 5942 bytes of body are still expected3 MiB | 212.00 KiB/s fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output

HOW DO I FIX THIS? I'm thinking about downloading a ZIP of the Repo and using that or something else but what do i do? I'm stuck :(

Selvenity avatar Jan 19 '24 00:01 Selvenity

Try updating your system

Ubuntu: sudo apt update sudo apt upgrade

mingw64: pacman -Suy

Also try changing DNS https://github.com/devos50/qemu-ios/issues/117#issuecomment-1879733877

MrDiagnose avatar Jan 19 '24 01:01 MrDiagnose