Bundler http 身份验证支持
有谁知道 Bundler 是否支持 http auth?我相当确信 rubygems 确实如此(我想我在某处读过),但我在文档中没有看到任何地方可以为我
尝试运行的 特定存储库指定用户名/密码我自己的私人 gem 服务器,以免暴露敏感代码
does anyone know if Bundler supports http auth? I'm pretty sure rubygems does (I think i read that somewhere) but I don't see anywhere in the docs where I might specify a username/pwd for a particular repo
I'm trying to run my own private gem server so as not to expose sensitive code
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 https://github.com/carlhuda/bundler/issues/300 你可以设置与 rubygems 中相同的代理设置。
http://dan-webb.co.uk/wordpress/?p=11
或
http://www.sun.com/bigadmin/content/subscribed/ ruby_http.jsp
According to https://github.com/carlhuda/bundler/issues/300 you can set the proxy settings the same as in rubygems.
http://dan-webb.co.uk/wordpress/?p=11
OR
http://www.sun.com/bigadmin/content/submitted/ruby_http.jsp
Bundler 版本 1.6 在捆绑配置中添加了 HTTP 身份验证。
Bundler version 1.6 added HTTP auth in bundle config.