Skip to content

Instantly share code, notes, and snippets.

@aogilvie
Created June 24, 2015 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aogilvie/102e6687780dd81c63d6 to your computer and use it in GitHub Desktop.
Save aogilvie/102e6687780dd81c63d6 to your computer and use it in GitHub Desktop.
Atom IDE Proxy workaround

For 0.211.0 when behind a proxy.

# Windows temporary:
set ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist

# Windows permanently:
setx ATOM_NODE_URL http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist /M

# Linux
export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
@Rigo85
Copy link

Rigo85 commented Jun 26, 2015

thank a lot!

@aogilvie
Copy link
Author

I also found even on the version 1.3.0 I had to set the proxy manually in vi ~/.atom/.apmrc add line: proxy = http://localhost:9999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment