-
Notifications
You must be signed in to change notification settings - Fork 524
Open
Labels
Description
related to #2759
If I follow this instruction from Tilemill documentation:
git clone https://github.com/tilemill-project/tilemill.git
cd tilemill
nvm install lts/carbon
nvm use v8.15.0
npm installwith the following result (from log):
5692 verbose node v8.15.0
5693 verbose npm v6.4.1
5694 error Error while executing:
5694 error /usr/bin/git ls-remote -h -t git://github.com/florianf/bones.git
5694 error
5694 error undefined
5694 error exited with error code: 128
5695 verbose exit [ 1, true ]end from terminal:
amigo@MBP tilemill % npm install
npm WARN tilemill@1.0.1 No license field.
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.com/florianf/bones.git
npm ERR!
npm ERR! undefined
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/amigo/.npm/_logs/2022-09-03T03_46_08_346Z-debug.logI presume that there is a remote connection problem, thus I tried to launch the simple command:
/usr/bin/git ls-remote -h -t git://github.com/florianf/bones.git
This is the response:
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Operation timed out