booleanhunter / ReactJS-AdminLTE

ReactJS version of the original AdminLTE dashboard (EXPERIMENTAL)- https://github.com/almasaeed2010/AdminLTE
Other
2.35k stars 800 forks source link

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

Open moledet opened 6 years ago

moledet commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

same issue

biltongza commented 6 years ago

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 commented 6 years ago

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