Not able to connect to atom.io for themes and packages

后端 未结 8 1948
孤城傲影
孤城傲影 2021-02-02 10:13

I believe my work proxy is preventing me from being able to add themes and packages to Atom. From the preferences menu, I get:

Fetching featured packages and themes fai

8条回答
  •  时光说笑
    2021-02-02 11:08

    You can configure your proxy settings in ~/.atom/.apmrc (or Atom\resources\app\apm\node_modules\atom-package-manager\.apmrc in Windows). Per the apm README:

    If you are using a proxy you can configure apm to use it by setting the https-proxy config in your ~/.atom/.apmrc file like so:

    https-proxy = https://9.0.2.1:0
    

提交回复
热议问题