ReactJS-AdminLTE icon indicating copy to clipboard operation
ReactJS-AdminLTE copied to clipboard

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

Open moledet opened this issue 7 years ago • 4 comments
trafficstars

sudo npm install --save-dev adminlte-reactjs npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! npm WARN deprecated [email protected]: ...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 [email protected]: 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

moledet avatar Feb 12 '18 15:02 moledet

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

nbouliol avatar Jun 08 '18 11:06 nbouliol

same issue

dzpt avatar Sep 01 '18 04:09 dzpt

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/

biltongza avatar Sep 10 '18 13:09 biltongza

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

booleanhunter avatar Sep 11 '18 06:09 booleanhunter