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

后端 未结 8 1826
孤城傲影
孤城傲影 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条回答
  •  猫巷女王i
    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

提交回复
热议问题