捆绑使用http:而不是git:?

时间:2011-11-02 20:04:08

标签: ruby git gem bundler

我正在安装gitlabhq,并且在Gemfile中对某些资源有'git:// ...'的引用。

但是,我支持公司防火墙,所以我必须使用http://。

我可以手工编辑Gemfile,但我想知道是否有另一种方法可以告诉bundler使用http:// for git repositories?

1 个答案:

答案 0 :(得分:11)

您可以通过运行https://或将以下内容添加到git config --global url."https://".insteadOf git://来配置git以使用~/.gitconfig

[url "https://"]
   insteadOf = git://