bigcommerce-stencil/citadel 未找到存储库

bigcommerce-stencil/citadel repo not found

我正在按照 stencil found here 的安装和设置说明进行操作。在我 运行 jspm install 命令之前,一切似乎都正常工作。这是输出:

$ jspm install
     Looking up npm:lodash
     Updating registry cache...
     Looking up github:bigcommerce-stencil/stencil-utils
     Looking up github:bigcommerce-stencil/citadel
     Looking up github:jspm/nodelibs-url
     Looking up github:vakata/jstree
     Looking up github:hubspot/pace

warn Using local override for github:hubspot/pace@1.0.2
     Looking up github:jackmoore/zoom
     Looking up github:browserstate/history.js
     Looking up github:asyncly/EventEmitter2
     Looking up github:ftlabs/fastclick
     Looking up github:kenwheeler/slick
     Looking up github:casperin/nod
     Looking up github:components/jquery
     Looking up github:caolan/async
     Looking up github:bigcommerce-labs/foundation

err  Repo github:bigcommerce-stencil/citadel not found!

warn Installation changes not saved.

如果我再次 运行 命令,似乎找不到 github:bigcommerce-stencil/stencil-utils 存储库:

$ jspm install
     Looking up npm:lodash
     Updating registry cache...
     Looking up github:bigcommerce-stencil/citadel
     Looking up github:bigcommerce-stencil/stencil-utils
     Looking up github:jspm/nodelibs-url
     Looking up github:casperin/nod
     Looking up github:kenwheeler/slick
     Looking up github:asyncly/EventEmitter2
     Looking up github:vakata/jstree
     Looking up github:browserstate/history.js
     Looking up github:hubspot/pace

warn Using local override for github:hubspot/pace@1.0.2
     Looking up github:bigcommerce-labs/foundation
     Looking up github:components/jquery
     Looking up github:jackmoore/zoom
     Looking up github:ftlabs/fastclick
     Looking up github:caolan/async
     Downloading npm:lodash@3.10.1
     Downloading github:hubspot/pace@1.0.2
     Downloading github:jspm/nodelibs-url@0.1.0
     Downloading github:casperin/nod@2.0.10
     Downloading github:browserstate/history.js@1.8.0
     Downloading github:bigcommerce-labs/foundation@5.5.3
     Downloading github:vakata/jstree@3.2.1
     Downloading github:asyncly/EventEmitter2@0.4.14
     Downloading github:jackmoore/zoom@1.7.14
     Downloading github:ftlabs/fastclick@1.0.6
     Downloading github:kenwheeler/slick@1.5.5

err  Repo github:bigcommerce-stencil/stencil-utils not found!

warn Installation changes not saved.

如果我再次 运行 它,我会得到原始输出。它似乎一直在随机变化。那么,问题来了,为什么找不到这些repos?

我知道我可以访问存储库,因为如果我尝试直接克隆它,它可以正常使用以下命令:

git clone https://github.com/bigcommerce-stencil/citadel.git

有什么想法吗?

导致此问题的原因是 Github 访问令牌需要 repo 检查,而不仅仅是与 repo 关联的子资源。 Stencil 文档已更新以反映这一点。