I try to run (because of proxy) following batch file:
set APMPATH=C:\Users\...
set ATOMPATH=C:\Users\...
set PROXY_IP=user:pass@myproxy:myport
%APMPATH%\apm config set proxy myproxy:myport
%APMPATH%\apm config set http-proxy %PROXY_IP%
%APMPATH%\apm config set https-proxy %PROXY_IP%
%ATOMPATH%\atom --proxy-server=http://%PROXY_IP
After the first apm command the batch stops.
How can the batch run properly?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
1 participant
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
mhechthz commentedAug 2, 2022
I try to run (because of proxy) following batch file:
After the first apm command the batch stops.
How can the batch run properly?
The text was updated successfully, but these errors were encountered: