Skip to content

Instantly share code, notes, and snippets.

View FlyGoat's full-sized avatar
🎯
Focusing

Jiaxun Yang FlyGoat

🎯
Focusing
View GitHub Profile
@xiaobailong24
xiaobailong24 / IDE-Atom.md
Created October 20, 2016 03:06
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