【发布时间】:2015-10-08 13:19:17
【问题描述】:
我无法在 fluentd 上安装插件。我已经在系统(rhel)上设置了代理变量,但它没有影响。
$ td-agent --gemfile grok-plugin/Gemfile
fatal: Not a git repository (or any of the parent directories): .git
Fetching source index from https://rubygems.org/
Retrying source fetch due to error (2/3): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying source fetch due to error (3/3): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Could not fetch specs from https://rubygems.org/
$ echo $HTTP_PROXY
http://proxy.de:port
$ echo $HTTPS_PROXY
http://proxy.de:port
$ echo $https_proxy
http://proxy.de:port
$ echo $http_proxy
http://proxy.de:port
请您帮我设置 gem-install 的代理吗?
【问题讨论】: