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
Expectation: go-getter successfully downloads and extracts .gz files from GitHub releases
$ go-getter "https://github.com/arp242/goatcounter/releases/download/v2.4.1/goatcounter-v2.4.1-linux-arm64.gz?checksum=sha256:3d5cf211df640d385c1a47e7885428d2313d772501f0e9cbea06748d3cfc36c5" goatcounter
2023/11/14 12:17:05 Error downloading: gzip-compressed files can only unarchive to a single file
The resource isn't located on github.com, instead there's a redirect happening which we can find with wget
Expectation:
go-getter
successfully downloads and extracts .gz files from GitHub releasesThe resource isn't located on github.com, instead there's a redirect happening which we can find with
wget
and then
go-getter
on the redirectThe text was updated successfully, but these errors were encountered: