Hello forum,
I am running Debian bookworm inside parallels on an iMac i5, 2019, 64gb ram.
My goal was to download lineageos via the repo command
repo init -u https://github.com/LineageOS/android.git -b lineage-19.1
. But this command failed with an 'git was killed with signal 4' error.
I narrowed it down to git trying to clone from an http**s** source, which I think utilizes openssl. The command
git clone 'https://gerrit.googlesource.com/git-repo'
dies with the error message 'git-remote-https died of signal 4'.
When I try to do the same with wget I receive the error 'Illegal instruction' after wget connects to gerrit.googlesource.com. I am actually at a loss here.
I do have a 16" MacBook Pro wit an i9 which has no problem running this command. But when I plugin the external ssd from my iMac, on which the Debian vm is installed and start this vm up, then on my i9 the command fails too with the above mentioned errors.
And when I copy/paste the vm from my MacBook Pro to my iMac, the command again fails with the above mentioned error.
I am running Debian bookworm inside parallels on an iMac i5, 2019, 64gb ram.
My goal was to download lineageos via the repo command
repo init -u https://github.com/LineageOS/android.git -b lineage-19.1
. But this command failed with an 'git was killed with signal 4' error.
I narrowed it down to git trying to clone from an http**s** source, which I think utilizes openssl. The command
git clone 'https://gerrit.googlesource.com/git-repo'
dies with the error message 'git-remote-https died of signal 4'.
When I try to do the same with wget I receive the error 'Illegal instruction' after wget connects to gerrit.googlesource.com. I am actually at a loss here.
I do have a 16" MacBook Pro wit an i9 which has no problem running this command. But when I plugin the external ssd from my iMac, on which the Debian vm is installed and start this vm up, then on my i9 the command fails too with the above mentioned errors.
And when I copy/paste the vm from my MacBook Pro to my iMac, the command again fails with the above mentioned error.