Skip to content

Instantly share code, notes, and snippets.

@tabrindle
Created September 12, 2013 13:25
Show Gist options
  • Save tabrindle/6537256 to your computer and use it in GitHub Desktop.
Save tabrindle/6537256 to your computer and use it in GitHub Desktop.
Configure Sencha CMD to use a proxy.
Edit this file:
~/bin/Sencha/Cmd/3.1.2.342/sencha.cfg
Change line 33 to look like this:
cmd.jvm.args=-Xms128m -Xmx1024m -Djava.awt.headless=true -Dhttp.proxyHost=proxy.proxy.com -Dhttp.proxyPort=80​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment