bestTao
10/20/2016 - 3:06 AM

Atom 使用笔记

Atom 使用笔记

Atom 设置和取消代理

设置Shadowsocks代理

apm config set http-proxy socks5:127.0.0.1:1080
apm config set https-proxy socks5:127.0.0.1:1080

取消ssl

apm config set strict-ssl false

取消代理

apm config set http-proxy null
apm config set https-proxy null

查看代理设置

apm config get http-proxy
apm config get https-proxy