我是ruby的新手并开始在轨道上学习红宝石。 我是经过身份验证的代理网络。
我在互联网上进行了研究,但答案并不适用于我。
密码有特殊字符
我已经在ruby shell中导出了http_proxy
export http_proxy=ht tp://foo:b\@r\@192.168.1.1:8080
发出bundle update
时,我收到以下错误
:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/uri/generic.rb:213:in `initialize': the scheme http does not accept registry part: foo:b@r@192.168.1.1:8080 (or bad hostname?) (URI::InvalidURIError)
from c:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/uri/http.rb:84:in `initialize'
from c:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/uri/common.rb:214:in `new'
from c:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/uri/common.rb:214:in `parse'
我尝试在两个地方之前删除\,但是没有工作。
我已将此内容放在.gemrc文件中我创建first_app的文件夹中 然而,没有工作。
任何在经过身份验证的代理后面使用Rails的人,请帮助我?