-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clasp login return offline #336
Comments
I'll have to make the internet check optional. |
Yes i can, but throw same error |
OK, I'll fix this issue. Remove this line: |
I have the same problem with login under the proxy.
Is that a same problem with #8 ? |
I think this is fixed with the proxy support referenced above. |
I solved this issue - here is the story: I am on windows in a very restricted corporate enterprise which has to use an http and https proxy. So i defined these two env variables in cmd (you can also do it in git bash console, just replace "set" with "export"): this is the error i got: The solution to my problem was that our https proxy used an http address, so i fixed the set to the following : Hope i helped others here too |
After install clasp via npm over corporate proxy, i have no problem
i can run : clasp -v ..fine...
but ...
Steps to Reproduce the Problem
Specifications
node -v
): 10.10.0clasp -v
): 1.5.3The text was updated successfully, but these errors were encountered: