¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

I can't install Direwolf on my Raspberry Pi zero


 

I'm trying to install Direwolf on my Raspberry Pi Zero but coming up the this message: ?git clone https://www.github.com/wb2osz/direwolf
Cloning into 'direwolf'...
warning: redirecting to https://github.com/wb2osz/direwolf.git/
remote: Enumerating objects: 4120, done.
remote: Counting objects: 100% (1318/1318), done.
remote: Compressing objects: 100% (256/256), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 3458 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOFs: ?31% (1291/4120), 25.95 MiB | 688.00 KiB/s
fatal: fetch-pack: invalid index-pack output.
Any ideas anyone?


 

¿ªÔÆÌåÓý

Try sudo?

sudo git clone https://www.github.com/wb2osz/direwolf


On Feb 3, 2025, at 2:54?PM, John James via groups.io <johnjames276@...> wrote:

?
I'm trying to install Direwolf on my Raspberry Pi Zero but coming up the this message: ?git clone https://www.github.com/wb2osz/direwolf
Cloning into 'direwolf'...
warning: redirecting to https://github.com/wb2osz/direwolf.git/
remote: Enumerating objects: 4120, done.
remote: Counting objects: 100% (1318/1318), done.
remote: Compressing objects: 100% (256/256), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 3458 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOFs: ?31% (1291/4120), 25.95 MiB | 688.00 KiB/s
fatal: fetch-pack: invalid index-pack output.
Any ideas anyone?


 

Another option might be to install it from the 73Linux command that KM4ACK has posted on the git page for 73Linux:
?
?
?git clone https://github.com/km4ack/73Linux.git $HOME/73Linux && bash $HOME/73Linux/73.sh
?
During the install if you only want Direwolf and none of the other apps, just select Direwolf when prompted and nothing else.? This method may be overkill, the suggestion in the first reply to your message might work just fine, and may be faster, but try my suggestion if you're still experiencing "no joy."
?
73
Jim W0JPO
?
?


 

John James via groups.io <johnjames276@...> wrote:

I'm trying to install Direwolf on my Raspberry Pi Zero but coming up
the this message: ?git clone
Cloning into 'direwolf'...
warning: redirecting to
remote: Enumerating objects: 4120, done.
remote: Counting objects: 100% (1318/1318), done.
remote: Compressing objects: 100% (256/256), done.
error: RPC failed; curl 18 transfer closed with outstanding read data
remaining error: 3458 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOFs: ?31% (1291/4120), 25.95 MiB | 688.00 KiB/s
fatal: fetch-pack: invalid index-pack output.
Any ideas anyone?
Hi John,

there are different methods/solutions for this.

this happens sometimes on slow connections, so you could try to only
download a smaller version of the repository with

#v+
git clone --depth=1
#v-

after that go into the newly created directory `direwolf` and download
the rest via

#v+
git fetch --unshallow
#v-

if that fails too, download the rest in smaller pieces with

#v+
git fetch --depth=4
#v-

(for example) or `--depth=20`

the last you then use `git fetch --unshallow` to make everything
complete.

or, if you have ssh keys on github you can download the repository via
ssh with:

#v+
git clone git@...:wb2osz/direwolf.git
#v-

HTH

73 and 55
-dominic

--
Far and away the best prize that life has to offer is the chance to
work hard at work worth doing.
- Theodore Roosevelt