【发布时间】:2015-05-05 00:33:25
【问题描述】:
我只是想卷曲这个 zip 文件,然后解压缩它
curl -sS https://www.kaggle.com/c/word2vec-nlp-tutorial/download/labeledTrainData.tsv.zip > labeledTrainData.tsv.zip
unzip labeledTrainData.tsv.zip labeledTrainData.tsv
但我不断收到错误消息;
Archive: labeledTrainData.tsv.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
我认为我使用的语法与 response 中的语法相同。我下载的文件有问题吗?我觉得我犯了一个菜鸟的错误。我在 shell 脚本中运行这两个命令
【问题讨论】:
-
此 URL 需要登录。因此,您当前正在下载带有登录表单的网站。
-
@啊,有道理,谢谢!