Create-react-native-app: Unable to connect github.scm.corp.ebay.com

Created on 2 Feb 2018  ·  1Comment  ·  Source: expo/create-react-native-app

Description

I was trying to initiate a sample project
npm install -g create-react-native-app sample-app

Expected Behavior

I'd expect that skeleton project was created after run the command

Observed Behavior

I received this error

$ npm install -g create-react-native-app sample-app
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.scm.corp.ebay.com/cubejs-ebay/ebay-global-header-node.git
npm ERR! 
npm ERR! 
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gen/.npm/_logs/2018-02-02T13_01_50_144Z-debug.log

Than I ran that isolated command:

/usr/bin/git ls-remote -h -t git://github.scm.corp.ebay.com/cubejs-ebay/ebay-global-header-node.git

and received that:

fatal: unable to connect to github.scm.corp.ebay.com:
github.scm.corp.ebay.com: Name or service not known

I also did it in a remote server, to make sure it was not net problem

Environment

  • npm ls react-native-scripts:

  • npm ls react-native:

/var/www
└── (empty)
  • npm ls expo:
/var/www
└── (empty)
  • node -v:
/var/www
└── (empty)
  • npm -v: v8.9.4
  • yarn --version: 1.3.2
  • watchman version: watchman: command not found
  1. Operating system: Linux SPDEV1 4.13.0-26-generic #29~16.04.2-Ubuntu SMP Tue Jan 9 22:00:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Most helpful comment

Ignore it.

I was trying to install and create the project at the same time.

>All comments

Ignore it.

I was trying to install and create the project at the same time.

Was this page helpful?
0 / 5 - 0 ratings