gpt4 book ai didi

linux - 从 github 下载 zip 文件时 Curl 不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 05:16:19 25 4
gpt4 key购买 nike

我尝试从 github 下载 zip 文件(约 50Mb 大小)。

使用的命令是:

curl https://github.com/bhishanpdl/DMstack_obsfile_example/blob/master/example/trial00_good_fits.zip -L -o a.zip
curl -OLJ https://github.com/bhishanpdl/DMstack_obsfile_example/blob/master/example/trial00_good_fits.zip
curl https://github.com/bhishanpdl/DMstack_obsfile_example/blob/master/example/trial00_good_fits.zip -OLJ

当我查看下载的文件时,它大约有 30KB,当我解压缩它时,它是不是我要查找的文件。

当我直接从网站下载zip文件时,我可以下载正确的 zip 文件(当我解压时,我得到 50Mb 的文件)。

问题我们如何使用 curl 命令从 github 获取上述 zip 文件?

引用
http://www.compciv.org/recipes/cli/downloading-with-curl/
Download a .zip file from the command line

注意
我使用的是 Macos EL Capitan,但没有 wget

最佳答案

下载 URL 略有不同。尝试-

curl https://github.com/bhishanpdl/DMstack_obsfile_example/raw/master/example/trial00_good_fits.zip -L -o a.zip

关于linux - 从 github 下载 zip 文件时 Curl 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48873243/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com