Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all-the-icons-install-fonts doesn't work behind a proxy #71

Open
MissingNoIOI opened this issue May 30, 2017 · 2 comments
Open

all-the-icons-install-fonts doesn't work behind a proxy #71

MissingNoIOI opened this issue May 30, 2017 · 2 comments

Comments

@MissingNoIOI
Copy link

MissingNoIOI commented May 30, 2017

M-x all-the-icons-install-fonts

doesn't work behind a proxy, while at least the Emacs package manager honors the proxy settings.

The specific error is:
open-network-stream: make client process failed: connection refused, :name, github.com, :buffer,#<killed buffer>, :host, github.com, :service, 443, :nowait, nil

@idoo
Copy link

idoo commented Jun 8, 2017

@MissingNoIOI which operation system do you use? and how you specify proxy connection?

@gagbo
Copy link

gagbo commented Jul 31, 2019

How do you set the proxy ? I am behind a proxy and I have no issue, since I set the proxy in emacs :

(setq url-proxy-services
   '(("no_proxy" . "^\\(localhost\\|10\\..*\\|192\\.168\\..*\\)")
     ("http" . "proxyhost.local:8080")
     ("https" . "proxyhost.local:8080")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants