使用 Bower 获取 Durandal 的问题

Problems getting Durandal using Bower

我们在我们的应用程序中使用 Durandal,我们使用 bower 来获取依赖项。现在我们在项目中尝试安装依赖项时开始出现此错误:

bower durandal#2.2.0  ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/BlueSpire/Durandal-Bower.git", exit code of #128 remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/BlueSpire/Durandal-Bower.git/'

这很奇怪,因为它运行良好。

如何解决这个问题?

问题是存储库已经归档(好像项目已经被Aurelia替换了)。

您需要下载它,创建一个新的 GitHub 项目,然后指向 Bower 以使用它。