Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSean Pierce Sumler
18,968 Pointserror message after trying to open the tar.gz file in Virtual Machine
Hi everyone. I'm receiving this error message when trying to open this file, "sqlite-autoconf-3081101.tar.gz" in my virtual machine.
The error message I am receiving is this ->
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I've followed the instructions very carefully. If anyone has any insight, I would appreciate the help. For context, I believe the course video will be linked to this question.
Thanks in advance!
2 Answers
Sean Pierce Sumler
18,968 PointsI knew that as soon as I asked, it would be sorted out. I just restarted my "virtual machine" session and my commands began working again. ¯_(ツ)_/¯
andrewvillazon
5,553 PointsI encountered this error and this is how I solved it: In my case it looked like the file didn't download properly. I removed it with 'rm <filename>' and downloaded it again with 'curl -O <url>' and then re-ran the 'tar' command.
Mai Lon Ross
5,891 PointsMai Lon Ross
5,891 PointsI'm getting the same error message, except it is preceded with: tar: This does not look like a tar archive.
I've tried opening a new session and restarting the virtual machine but keep getting the same error message. Suggestions please.