Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Release tarball is not gzipped (as opposed to file extension) #51

Open
jgehrcke opened this issue Dec 15, 2015 · 2 comments
Open

Release tarball is not gzipped (as opposed to file extension) #51

jgehrcke opened this issue Dec 15, 2015 · 2 comments

Comments

@jgehrcke
Copy link

https://github.com/auth0/nginx-jwt/releases/download/v1.0.1/nginx-jwt.tar.gz

$ tar xzf nginx-jwt.tar.gz 

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ file nginx-jwt.tar.gz 
nginx-jwt.tar.gz: POSIX tar archive

This works:

$ tar xf nginx-jwt.tar.gz
@cecton
Copy link

cecton commented May 25, 2016

+1

I have also noticed the problem.

@daattali
Copy link

Also getting this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants