Skip to content
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

Unable to install behind company firewall #70

Open
josephsieh opened this issue Jun 28, 2016 · 1 comment
Open

Unable to install behind company firewall #70

josephsieh opened this issue Jun 28, 2016 · 1 comment

Comments

@josephsieh
Copy link

josephsieh commented Jun 28, 2016

Unable to install ever-notedown package, while other atom packages can be installed properly behind company firewall. Here is the error message.

OS X: 10.11.5
Atom version: 1.8.0

Updating to “ever-notedown@0.2.22” failed.

npm ERR! git fetch -a origin (git://github.com/cs150bf/inline-css.git) fatal: unable to connect to github.com:
npm ERR! git fetch -a origin (git://github.com/cs150bf/inline-css.git) github.com[0: 192.30.252.131]: errno=Operation timed out
npm ERR! Darwin 15.5.0
npm ERR! argh "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/tester/.atom/.apm/.apmrc" "--userconfig" "/Users/tester/.atom/.apmrc" "install" "/private/var/folders/sr/m152n7251_zg422k_kw97dp40000gn/T/d-116527-92062-1yjpwwu/package.tgz" "--target=0.36.8" "--arch=x64"
npm ERR! node v0.10.40
npm ERR! npm  v2.13.3
npm ERR! code 128

npm ERR! Command failed: fatal: unable to connect to github.com:
npm ERR! github.com[0: 192.30.252.131]: errno=Operation timed out
npm ERR! 
npm ERR! 
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /private/var/folders/sr/m152n7251_zg422k_kw97dp40000gn/T/apm-install-dir-116527-92062-kg11mo/npm-debug.log
@ttimasdf
Copy link

ttimasdf commented Dec 16, 2016

Do you have any proxy settings behind your firewall? If so, you may need to update your ~/.ssh /config to connect to Github via ProxyCommand because git protocol(unlike HTTPS) does not follow system proxy settings by default.

josephsieh pushed a commit to josephsieh/ever-notedown that referenced this issue Apr 20, 2017
Change git://... to https://... to overcome firewall issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants