我工作在一个限制性的代理networking,我目前有stream浪汉在笔记本电脑上工作。 我不得不使用代理插件,我不得不安装我的工作networking。
我现在在桌面上 – 这是不可能的(在Windows上),我想configurationstream浪汉。 我怀疑我应该input的命令是:
vagrant plugin install --plugin-source http://rubygems.org vagrant-proxyconf
这是报告:
使用代理服务器通过Nginx使用无input文件错误的子目录上的wordpress
Apache,Tomcat,端口80,8080和其他东西的组合
Nginx作为反向代理
无法从Java中的Nginx反转代理获得远程IP
Installing the 'vagrant-proxyconf' plugin. This can take a few minutes... Bundler,the underlying system Vagrant uses to install plugins,reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is: Could not fetch specs from http://gems.hashicorp.com/ Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk,and may result in installing unexpected gems. To resolve this warning,use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error,run `bundle config disable_multisource true`.
我假设这是与代理问题有关。 我已经尝试了cmd和PowerShell以及做
set http_proxy=xxxxx:80
有什么build议么? 我会很乐意做手动安装,如果可能以某种方式。
谢谢!
你有没有设法使你的节点在Heroku上的Nginx代理设置工作?
WebSocket的API网关
git-svn忽略http代理(debian)
将Nginx中的proxy_pass转换为EC2实例的私有IP
用Nginx代理相关的url
您需要在Vagrant主机中设置代理环境变量,以便知道如何下载插件。
例如:
$ export http_proxy=http://192.0.2.1:3128 $ export https_proxy=http://192.0.2.1:3128 $ env | grep http # just checking http_proxy=http://192.0.2.1:3128 https_proxy=http://192.0.2.1:3128 $ vagrant plugin install vagrant-proxyconf Installing the 'vagrant-proxyconf' plugin. This can take a few minutes... Installed the plugin 'vagrant-proxyconf (1.5.2)'!
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。