-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
Install fails behind corporate proxy (SSH block?) #132
Comments
If you're cloning this instead of downloading directly, you can use |
Thanks for that very quick response, @ev1stensberg . I've not used
That seemed to kick the install process off again, eventually resulting in the same error. Actually, the repository that seems to be triggering the error is |
It may be. You can change the https://coderwall.com/p/q_gh-w/fork-and-patch-npm-moduels-hosted-on-github Also, I think you should use
|
Also a note to add is that we're removing these forks soon. For your SSH problems -> |
Thanks again, @ev1stensberg. I think I'll wait until you've removed the forks from the installer. FYI, |
Thanks again. That got me a bit further, but I've hit new problems. I was able to install webpack-cli using the
failed with the error
No indication as to which package this is. Also, the installation of webpack-cli caused some of my other globally installed packages to throw the error:
when I try to list them with an Thanks for your help, so far, but this is all getting a bit messy. I'd rather wait until you've removed the forks from the installer as you said. |
Possibly setting this option could help:
~/.gitconfig
|
@brownieboy Let me know if @dkfiresky 's suggestion was helpful or if we need to assist any further. |
@dkfiresky I'm having the same error nad tried your suggestion and it worked, thanks a lot. |
Can you send me your |
@ev1stensberg my .gitconfig only has this now: [user] |
Can I get yours as well @brownieboy ? |
Any update on this? |
This is probably a dupe of #182, so let's resume discussion over there! |
@ev1stensberg it's actually vise versa since this ticket was created earlier :) |
Do you want to request a feature or report a bug?
Feature request.
What is the current behavior?
Global install
npm install -g webpack-cli
fails behind a corporate proxy. Error is:I suspect that this is because our corporate proxy blocks SSH access to the internet (as many of them do).
What is the expected behavior?
Install should not crash like this simply because SSH is unavailable.
If this is a feature request, what is motivation or use case for changing the behaviour?
We need an option to have the installer to execute its
git clone
tasks via HTTPS instead of SSH. At the very least, the installer should trap this error and tell the user what the problem is.Please mention other relevant information such as the browser version, Node.js version, Operating System and programming language.
Windows 7, but it also happened on a Linux Mint VM behind the same corporate proxy.
The text was updated successfully, but these errors were encountered: