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

Failed to connect to raw.githubusercontent.com port 443: Connection timed out #2495

Closed
xafzz opened this issue Feb 7, 2020 · 5 comments
Closed
Labels
GFW Global Firewall Stale

Comments

@xafzz
Copy link

xafzz commented Feb 7, 2020


##微信截图_20200207114959

实在是无能为力了,阿里云上也不行

tep 141/251 : RUN if [ ${INSTALL_NODE} = true ]; then mkdir -p $NVM_DIR && curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash && . $NVM_DIR/nvm.sh && nvm install ${NODE_VERSION} && nvm use ${NODE_VERSION} && nvm alias ${NODE_VERSION} && 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 && ln -s npm bin --global /home/laradock/.node-bin ;fi
---> Running in 1e79f9c4cec8
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:02:09 --:--:-- 0curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection timed out
/bin/sh: 1: .: Can't open /home/laradock/.nvm/nvm.sh
ERROR: Service 'workspace' failed to build: The command '/bin/sh -c if [ ${INSTALL_NODE} = true ]; then mkdir -p $NVM_DIR && curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash && . $NVM_DIR/nvm.sh && nvm install ${NODE_VERSION} && nvm use ${NODE_VERSION} && nvm alias ${NODE_VERSION} && 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 && ln -s npm bin --global /home/laradock/.node-bin ;fi' returned a non-zero code: 2
root@iZm5e6m2vttqlgxmaercobZ:/wwwroot/laradock#

@xafzz xafzz added the Type: Bug label Feb 7, 2020
@xafzz
Copy link
Author

xafzz commented Feb 7, 2020

微信截图_20200207114959

@godhelpjun
Copy link

浏览器打开
把内容copy下来保存文件 nvm-install.sh
修改Dockerfile文件
copy nvm-install.sh /tmp/nvm-install.sh
run /tmp/nvm-install.sh

@bestlong bestlong added GFW Global Firewall and removed Type: Bug labels Feb 10, 2020
@stale
Copy link

stale bot commented May 10, 2020

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs. Thank you for your contributions ❤️.

@stale stale bot added the Stale label May 10, 2020
@stale
Copy link

stale bot commented May 31, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed May 31, 2020
@romanad
Copy link

romanad commented Mar 19, 2022

Is there any way to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GFW Global Firewall Stale
Projects
None yet
Development

No branches or pull requests

4 participants