使用令牌方法从 GitHub 下载特定文件夹

Downloading the certain folder from GitHub with token method

我想从 GitHub 下载特定文件夹,而不是整个包。
但是这个文件夹也很大,所以有人给我推荐了一个token的方法,但是我其实并不知道它是什么以及它是如何工作的,而且我在网上也没有找到关于这个方法的有用信息。

也许有人可以解释一下,我如何使用令牌方法下载此文件夹?

首先,令牌可以是 PAT (Personal Access Token),以便对您进行身份验证,避免任何匿名访问,并允许更多的查询。

其次,“Download a single folder or directory from a GitHub repo" refers to one of the most active tools: refined-github/refined-github.

Chrome 扩展将在所有文件夹上添加一个下载按钮:

然后您将在 options of this extension 中输入您的令牌。