npm
npm GitHub git and ssh URLs are breaking behind a proxy
npm can fail to fetch GitHub-based dependencies behind a proxy because git: and ssh+git: URLs bypass the proxy-friendly HTTPS path.
npm
npm can fail to fetch GitHub-based dependencies behind a proxy because git: and ssh+git: URLs bypass the proxy-friendly HTTPS path.
Observed message
npm only uses git: and ssh+git: URLs for GitHub repos, breaking proxies
Why it happens
How to fix it
Official reference
npm Docs: Common errorsRelated errors
Explore more