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

后端 未结 8 1806
孤城傲影
孤城傲影 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
    
    0 讨论(0)
  • 2021-02-02 11:10

    To config Proxy for Atom to install new pakage, just open CMD and run these commands:

    • apm config set strict-ssl false
    • apm config set proxy your_proxy
    • apm config set your_proxy
    0 讨论(0)
提交回复
热议问题