没关系,我在这里找到了。Install plugins on a self-hosted site
有一点需要注意,文档中说要使用“token”…
git clone https://<token>@github.com/owner/repo.git
我发现我需要使用你的 github 用户名和 token
git clone https://<github-username>:<token>@github.com/owner/repo.git
没关系,我在这里找到了。Install plugins on a self-hosted site
有一点需要注意,文档中说要使用“token”…
git clone https://<token>@github.com/owner/repo.git
我发现我需要使用你的 github 用户名和 token
git clone https://<github-username>:<token>@github.com/owner/repo.git