Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when install maxwell 0.11.1 it raise error gzip: stdin: unexpected end of file #109

Closed
yester354 opened this issue Sep 22, 2015 · 2 comments

Comments

@yester354
Copy link

Hi
i am installing maxwell 0.11.1 using command as below:
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.11.1/maxwell-0.11.1.tar.gz
| tar zxvf -
then it raise error :
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

@osheroff
Copy link
Collaborator

odd. does this work?

 curl -L https://github.com/zendesk/maxwell/releases/download/v0.11.1/maxwell-0.11.1.tar.gz  >maxwell-0.11.1.tar.gz
tar zxvf maxwell-0.11.1.tar.gz

@yester354
Copy link
Author

@osheroff
it works now.thank you

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

No branches or pull requests

2 participants