Tag: bower install

如何使用私人git服务器(SSH)安装bower软件包?

编辑 : 这家伙做成功一模一样 ,不知道为什么它不为我工作。 我刚刚安装了git和安装权限/ SSH公钥authentication(Centos 6.5)。 我能够拉/推没有问题使用ie: git clone git@code.organization.com:projects/boilerplate-template 用户名是git ,放置在/home/git/projects ,使用git –init –shared boilerplate-template创build的存储库。 我怎样才能在另一个项目中使用Bower的boilerplate-template ? 我已经尝试使用以下bower.json文件,但没有运气: { "name": "my/newproject", "dependencies": { "boilerplate-template": "git://code.organization.com:projects/boilerplate-template" } } ECMDERR :无法执行“git ls-remote –tags – heads git://code.organization.com:projects / boilerplate-template,退出代码128无法查找code.organization.com(port project)… 可悲的是,它失败了,因为:project不是港口,而是path。 我也试过用ssh://而不是git:// : ENOTFOUND :包ssh://code.organization.com:找不到projects / boilerplate-template。