ダウンロードしたら解凍するのをこんなふうにやったんですが
wget https://github.com/git/git/archive/v2.8.2.tar.gz | tar zxf -
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
って出て解凍できません
パイプを使った方法で1行で全部完結したいんですがどう修正したらいいか教えてください