jugyo / termtter

moved to https://github.com/termtter/termtter
201 stars 34 forks source link

http_proxyの環境変数があると挙動がおかしくなる #123

Closed aibou closed 13 years ago

aibou commented 14 years ago

unsetなどで解除しない限りエラーで落ちます

koichiro commented 13 years ago

.termtter/configで明示的に設定するか、cofigの中でENV['http_proxy']を読み取って設定してください。

config.proxy.host = 'proxy.server.com' config.proxy.port = '8080'