I install gitlabhq , and the Gemfile has links to 'git: // ...' for certain resources.
However, I am behind a corporate firewall, so I need to use http: //.
I can manually edit the Gemfile, but I was wondering if there is another way to tell the provider to use http: // for git repositories?
Erikr source
share