devos50 / qemu-ios

A QEMU emulator for legacy Apple devices
Other
951 stars 63 forks source link

Can't get past this error #129

Open Selvenity opened 8 months ago

Selvenity commented 8 months ago

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 :(

MrDiagnose commented 8 months ago

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