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
{{ message }}
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
# sudo tar zxvf geth-classic-v6.0.6-linux.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
I downloaded the sha256 and verified as also
# sha256sum -c geth-classic-v6.0.6-linux.sha256
geth-classic-v6.0.6-linux.tar.gz: OK
The text was updated successfully, but these errors were encountered:
As people showed in the channel, it was gzipped twice. Doing a gunzip and then a tar xzf or tar xvf solved and it was able to extract the correct binary.
Probably it is something with the CI or some issue during the building process.
I had some issues trying to extract the new file on https://github.com/ethereumproject/go-ethereum/releases/tag/v6.0.6
I downloaded the sha256 and verified as also
The text was updated successfully, but these errors were encountered: