Hi,
if you use the new Atom Editor from Github and want to use the integrated installer for packages and themes behind a proxy server you have to configure the .apmrc file.
At the Windows platform you have to take care that you do not edit the .apmrc file located in the %USERPROFILE%\.atom\.app\.apmrc. The file which is resides in %USERPROFILE%\.atom\.apmrc is the right one.
The file %USERPROFILE%\.atom\.apmrc is always being overwritten when atom starts.
Add the following lines to %USERPROFILE%\.atom\.apmrc and replace localhost:5865 with your proxy settings.
http-proxy = "http://localhost:5865"
https-proxy = "http://localhost:5865"
proxy = "http://localhost:5865"
And check settings
Michael
You mentioned “The file %USERPROFILE%\.atom\.apmrc is always being overwritten when atom starts.” this is also what I experienced. Then how do you persist the settings since it will always be lost.
Hello! Do you know, by any chance, which configuration file should I edit in the case of Atom running as a Virtualized Application?
The settings I added in the file %USERPROFILE%\.atom\.apmrc seem to be ignored by the Atom [V5] virtualized application. Actually the file did not even exist, I had to create it, so probably it is not using that file.