Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Installation fail - unable to connect to git://github.com/adobe-webplatform/eve.git #50

Open
moledet opened this issue Feb 12, 2018 · 4 comments

Comments

@moledet
Copy link

moledet commented Feb 12, 2018

sudo npm install --save-dev adminlte-reactjs
npm WARN deprecated babel-preset-es2015@6.5.0: 馃檶 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated bower@1.8.2: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.git
npm ERR!
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 192.30.253.113]: errno=Connection timed out
npm ERR! github.com[1: 192.30.253.112]: errno=Connection timed out

@nbouliol
Copy link

nbouliol commented Jun 8, 2018

I have the same issue.

I think we should have a github ssh key saved and enabled

Yes you need to update the package-lock.json

@dzpt
Copy link

dzpt commented Sep 1, 2018

same issue

@biltongza
Copy link

I resolved this by configuring git to use https instead of the git protocol so it could go through my company firewall/proxy. See here: https://stackoverflow.com/a/11383587/1492861

git config --global url.https://github.com/.insteadOf git://github.com/

@booleanhunter
Copy link
Owner

Guys, we are revamping the repo code to use create-react-app. There's a new branch "dev", where we'll be pushing the code, we'll merge with master once the codebase is using create-react-app fully

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants