nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
MIT License
76.24k stars 7.68k forks source link

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash timing Out #3332

Closed nikhileshatverma closed 1 month ago

nikhileshatverma commented 1 month ago

I am trying to install nvm using below command its timing out

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

attach is the screenshot for the same

can someone help in resolving it seems like its not network issue so basically in my local im able to run everything fine but all issue i am facing when running inside dev server

image
ljharb commented 1 month ago

It is definitely a network issue; you have a proxy set up - outproxy.athenahealth.com - and it’s not working properly.

Remove or disable that proxy so you can directly connect to github and it should work fine.

nikhileshatverma commented 1 month ago

I see all disabled option already for proxy settings :

image

anything i can do here ?

ljharb commented 1 month ago

Check your ~/.curlrc