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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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.
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: