gpt4 book ai didi

github - 如何从 git 存储库的子目录中安装 bower 组件?

转载 作者:行者123 更新时间:2023-12-04 11:05:03 25 4
gpt4 key购买 nike

我认识到这可能违反惯例:

我正在尝试安装一个 bower 组件,其 bower.json 不驻留在存储库的顶层,因此效果如下:

bower install https://github.com/myrepo/my-components/tree/master/my-specific-component

然而,鲍尔回应如下:
bower not-cached    https://github.com/my-repo/my-components/tree/master/my-specific-component#*
bower resolve https://github.com/my-repo/my-components/tree/master/my-specific-component#*
bower download https://github.com/my-repo/my-components/tree/master/my-specific-component
bower EHTTP Status code of 404

如何从这样的存储库的子目录安装组件?

最佳答案

如果您的 git 存储库是公共(public)的,那么 bower installs来自 https://github.com/org/repo/archive/tag.tar.gz .
如果您的 git 存储库是私有(private) bower ,请执行给定 url 的 git 克隆。

由于 git 中没有 url 可以与 git clone 一起用于克隆存储库的子目录,也没有用于下载子目录的 tar 的 url,因此 bower 目前不支持从存储库的子目录进行安装。

关于github - 如何从 git 存储库的子目录中安装 bower 组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27926289/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com