Yes i have proxy,

but i can't set to bypass proxy,

i try :
http_proxy=http://user:password@ip_proxy:port/

but nothing happen.

any suggest?


Colin Law wrote in post #1071684:
> On 8 August 2012 16:37, Walter Lee Davis <[email protected]> wrote:
>>>      create  README.rdoc
>>>      create  app/mailers
>>>      create  config/environments/production.rb
>>>      create  config/boot.rb
>>>      create  log
>>>      create  test/fixtures
>>>      create  tmp/cache/assets
>>> /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:2641:in
>>> `value'
>>>  from
>>> /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:795:in
>>> `connect'
>>> ....
>>
>> Is there anything flaky about your network connection? This error is coming 
when
> bundler is trying to download a file to install a new gem. It could be
> you, or it
> could be the server on the other end, too.
>
> Fitri: In case you do not know, in order to continue run
> bundle install
> which is the bit that failed and is the last thing done when creating
> a new project.  If that now works then all is ok and it was a
> temporary issue with access to server.  If it still fails then do you
> have a proxy between you and the internet?
>
> Colin

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to