我想通过RawGit使用wget检索文件。 我正在使用的命令:
wget raw.githubusercontent.com/DevBonBon/The_Thing/Finish-Tim-TheThing/system/bin/Tim
它返回:
Connecting to raw.githubusercontent.com (23.235.43.133:80)
wget: not an http or ftp url: https://raw.githubusercontent.com/DevBonBon
/ The_Thing /完成添-TheThing /系统/斌/添 我正在使用busyboxes wget,因为我希望这可以在android上运行。该命令在Linux上运行正常,但在使用busybox时总是失败。我可以使用这个或另一个命令吗?
答案 0 :(得分:1)
您可以使用由Jacob Hoffman-Andrews
制作的Android版wget查看此页面:https://jacob.hoffman-andrews.com/android/wget/
Here是二进制文件的下载镜像。