keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
899 stars 37 forks source link

Proxy set up with Keybase-Installer #1197

Open johwiltb opened 10 years ago

johwiltb commented 10 years ago

Hello,

I'm currently attempting to install keybase on a windows system, however i'm behind a proxy. I have set up my proxy in npm, but cannot run the installer now. I was able to download the installer, so I know I have a good connection, so is there a way to set up a proxy for the command 'keybase-installer'? Here' s the output I get:

C:\Users\[Username]>keybase-installer
info: Made temporary directory: C:\Users\[Username]\AppData\Local\Temp\keybase_ins
tall_[...]
warn: No code-signing key (code@keybase.io) in GPG keychain
info: Fetching URL https://dist.keybase.io/sig/files/1/keyset.json
info: cleaning up tmpdir C:\Users\[Username]\AppData\Local\Temp\keybase_install_[...]
error: connect ECONNREFUSED
bennettp123 commented 9 years ago

A little late, but try setting the http_proxy (and/or https_proxy) environment variables.

Example:

http_proxy=http://proxy.server:port keybase-installer

Another example, using sudo:

http_proxy=http://proxy.server:port sudo -E keybase-installer