MacOS下设置Atom Proxy
- apm config set strict-ssl false
- apm config set http-proxy http://127.0.0.1:9090
- apm config set https-proxy http://127.0.0.1:9090
- 重启Atom
Windows下设置Atom Proxy
- 打开配置文件C:\Users\你的用户名\.atom\.apm\.apmrc写入以下内容
- 不作修改,拷贝到C:\Users\你的用户名\.atom\目录下并删除内容)
- 文本编辑器打开C:\Users\你的用户名\.atom\apmrc(注意:不是.apm目录下)
- 添加如下语句,端口注意修改为自己的代理端口,一般ss代理不需修改。
http-proxy=http://127.0.0.1:9090
https-proxy=http://127.0.0.1:9090
strict-ssl=false