使用 wget 从 RawGit 下载文件和文件夹

Using wget to download files and folders from RawGit

我想通过 RawGit 使用 wget 检索文件。 我正在使用的命令:

wget raw.githubusercontent.com/DevBonBon/The_Thing/Finish-Tim-TheThing/system/bin/Tim

它returns:

Connecting to raw.githubusercontent.com (23.235.43.133:80)
wget: not an http or ftp url: https://raw.githubusercontent.com/DevBonBon

/The_Thing/Finish-Tim-TheThing/system/bin/Tim 我正在使用 busyboxes wget,因为我希望它能在 android 上运行。该命令在 Linux 上运行良好,但在使用 busybox 时总是失败。有没有办法绕过这个或我可以使用的另一个命令?

您可以使用 Android 版本的 wget,由 Jacob Hoffman-Andrews

制作

看看这个页面:https://jacob.hoffman-andrews.com/android/wget/

Here是二进制文件的下载镜像。