Skip to content

Instantly share code, notes, and snippets.

@czyang
Forked from xiaobailong24/IDE-Atom.md
Created October 19, 2017 12:08
Show Gist options
  • Save czyang/de138bca7a5939a40fb9e5163b7018dd to your computer and use it in GitHub Desktop.
Save czyang/de138bca7a5939a40fb9e5163b7018dd to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment