This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new d377c59  BIGTOP-3653. Building Kibana fails due to the npm error. 
(#873)
d377c59 is described below

commit d377c5968248612d147e4c6b43810b94b12e423b
Author: Kengo Seki <[email protected]>
AuthorDate: Sun Mar 20 14:40:00 2022 +0900

    BIGTOP-3653. Building Kibana fails due to the npm error. (#873)
---
 bigtop-packages/src/common/kibana/do-component-build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigtop-packages/src/common/kibana/do-component-build 
b/bigtop-packages/src/common/kibana/do-component-build
index 6869936..ed46bfd 100644
--- a/bigtop-packages/src/common/kibana/do-component-build
+++ b/bigtop-packages/src/common/kibana/do-component-build
@@ -19,6 +19,7 @@ set -ex
 . `dirname ${0}`/bigtop.bom
 
 # Install the specific version of nodejs defined in Kibana
+git config --global url."https://".insteadOf git://
 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
 export NVM_DIR="$HOME/.nvm"
 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

Reply via email to