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
Hi there.
The issue I am facing is that I get an "unexpected EOF" error when I use eget to download and extract a .tar.gz file.
The specific command I run is eget lilit0x/udi-pgp-sqld. I have added my github token to the eget config file at ~/.eget.toml.
I downloaded the files manually and extracted them with the tar command and it works perfectly well. I can't seem to figure out what I am doing wrong.
Also, I am actually creating a release of the files using github actions and I can verify that the files are not corrupt. I know this when I run the file command.
Using the same command for the file downloaded using eget shows it is an ASCII text and I think this is why it fails during extraction.
The text was updated successfully, but these errors were encountered:
Hi there.
The issue I am facing is that I get an "unexpected EOF" error when I use
eget
to download and extract a.tar.gz
file.The specific command I run is
eget lilit0x/udi-pgp-sqld
. I have added my github token to theeget
config file at~/.eget.toml
.I downloaded the files manually and extracted them with the
tar
command and it works perfectly well. I can't seem to figure out what I am doing wrong.Also, I am actually creating a release of the files using github actions and I can verify that the files are not corrupt. I know this when I run the
file
command.Using the same command for the file downloaded using eget shows it is an ASCII text and I think this is why it fails during extraction.
The text was updated successfully, but these errors were encountered: