views:

39

answers:

1

I am behind a proxy and I have a git gem in my Gemfile. How can I configure bundler to use git with the appropriate proxy parameters?

I already have $http_proxy appropriatelly set, as well as my .gemrc . Still, it doesn't work.

+2  A: 

Are you sure you are using git-over-http? I.e. does your git URL start with http://?

Ariejan
good point! I am using the git protocol...
Pedro Morte Rolo