Last active
August 29, 2015 14:23
-
-
Save comtom/bcd63b08059687540ba6 to your computer and use it in GitHub Desktop.
Configurar proxy en Atom 1.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Configurar proxy en Atom 1.0 | |
| sistemas@webmaster /cygdrive/c/Users/sistemas/AppData/Local/atom/app-1.0.0/resources/app/apm/bin | |
| $ ./apm.cmd config set https_proxy 'http://192.168.0.103:3128' | |
| sistemas@webmaster /cygdrive/c/Users/sistemas/AppData/Local/atom/app-1.0.0/resources/app/apm/bin | |
| $ ./apm.cmd config set http_proxy 'http://192.168.0.103:3128' | |
| sistemas@webmaster /cygdrive/c/Users/sistemas/AppData/Local/atom/app-1.0.0/resources/app/apm/bin | |
| $ ./apm.cmd config set proxy 'http://192.168.0.103:3128' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment