wget 命令没有下载 github 存储库,"Not a directory" 错误?

Wget command does not download the github repository, "Not a directory" error?

我需要下载本页内容:https://github.com/kata-containers/packaging/tree/master/kernel

很遗憾,:

wget https://github.com/kata-containers/packaging/tree/master/kernel

无效。它下载了一个叫做 'kernel' 的东西,然后当我下载 'cd kernel' 时,我得到“-bash: cd: kernel: Not a directory.”

为什么 wget 不下载目录的内容?

“内核”是您正在查看的页面的 HTML 文件。您可以在 https://github.com/kata-containers/packaging/archive/master.zip 下载整个 repo 并仔细阅读内核子文件夹。