Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu Failed to connect to raw.githubusercontent.com port 443: Connection refused #3347

Open
licaitong opened this issue Jan 30, 2023 · 2 comments

Comments

@licaitong
Copy link

Description:

[laradock_workspace 50/110] RUN if [ true = true ]; then mkdir -p /home/laradock/.nvm && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash && . /home/laradock/.nvm/nvm.sh && nvm install node && nvm use node && nvm alias node && npm config set fetch-retries 2 && npm config set fetch-retry-factor 10 && npm config set fetch-retry-mintimeout 10000 && npm config set fetch-retry-maxtimeout 60000 && if [ ]; then npm config set registry ;fi && if [ false = true ]; then npm install -g gulp ;fi && if [ false = true ]; then npm install -g bower ;fi && if [ true = true ]; then npm install -g @vue/cli ;fi && if [ false = true ]; then npm install -g @angular/cli ;fi ;fi:
#0 0.926 % Total % Received % Xferd Average Speed Time Time Time Current
#0 0.926 Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
#0 0.961 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
#0 0.965 /bin/sh: 1: .: Can't open /home/laradock/.nvm/nvm.sh


failed to solve: executor failed running [/bin/sh -c if [ ${INSTALL_NODE} = true ]; then mkdir -p $NVM_DIR && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash && . $NVM_DIR/nvm.sh && nvm install ${NODE_VERSION} && nvm use ${NODE_VERSION} && nvm alias ${NODE_VERSION} && npm config set fetch-retries ${NPM_FETCH_RETRIES} && npm config set fetch-retry-factor ${NPM_FETCH_RETRY_FACTOR} && npm config set fetch-retry-mintimeout ${NPM_FETCH_RETRY_MINTIMEOUT} && npm config set fetch-retry-maxtimeout ${NPM_FETCH_RETRY_MAXTIMEOUT} && if [ ${NPM_REGISTRY} ]; then npm config set registry ${NPM_REGISTRY} ;fi && if [ ${INSTALL_NPM_GULP} = true ]; then npm install -g gulp ;fi && if [ ${INSTALL_NPM_BOWER} = true ]; then npm install -g bower ;fi && if [ ${INSTALL_NPM_VUE_CLI} = true ]; then npm install -g @vue/cli ;fi && if [ ${INSTALL_NPM_ANGULAR_CLI} = true ]; then npm install -g @angular/cli ;fi ;fi]: exit code: 127

Expected Behavior:

Context information:

Output of git rev-parse HEAD

{paste here}

Output of docker version

{paste here}

Output of docker-compose version

{paste here}

System info: Mac, Windows or Linux. Include which disto/version

{paste here}

Steps to reproduce the issue:

Stacktrace & Additional info:

{paste here}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants