Atom Package Manager(APM)
APM是Atom的包管理器。Github APM项目 官网提供的安装方式:
apm is bundled and installed automatically with Atom. You can run the Atom > Install Shell Commands menu option to install it again if you aren't able to run it from a terminal (macOS only).
配置APM代理
If you are using a HTTP(S) proxy you can configure apm to use it by running:
apm config set https-proxy http://127.0.0.1:1087
apm config set http-proxy http://127.0.0.1:1087
You can run apm config get https-proxy to verify it has been set correctly.
注意:这里的https-proxy配置使用的使用_http协议_。
还有配置阿里镜像的方式,我就不弄了,我认为自己的代理还是比较靠谱的。