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

后端 未结 8 1912
孤城傲影
孤城傲影 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 10:58

    I was getting this error on Windows 7 fro Atom 1.0, when trying to look up packages. In my case the issue was resolved by setting https-proxy variable to use http protocole instead of https. so both of the following parameters have exact same value.

    here are the values from ~.atom.apmrc file

    proxy=http://[host]:[port]/ https-proxy=http://[host]:[port]/

    the answer by @NYCdotNet below that suggested to use

    strict-ssl=false
    

    didn't work as i was able to lookup some packages but installation failed with timeout error from GIT.

提交回复
热议问题