编辑:这家伙在成功方面做的完全一样,不知道为什么它对我不起作用。
我刚刚git
使用公钥/私钥(Centos 6.5)安装并设置了权限/SSH 身份验证。我可以使用 ie 毫无问题地拉/推:
git clone git@code.organization.com:projects/boilerplate-template
用户名是git
,放置的代码/home/git/projects
,创建的存储库git --init --shared boilerplate-template
。
我如何boilerplate-template
在另一个项目中要求 Bower?
我已经尝试使用以下 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(端口项目)...
可悲的是它失败:project
了,因为不是端口而是路径。我也试过用ssh://
而不是git://
:
ENOTFOUND:找不到包 ssh://code.organization.com:projects/boilerplate-template。