正如标题所述,我似乎不能在我的mac上安装NVM。我运行以下命令:
curl https://raw.githubusercontent.com/creationix/nvm/v0.11.1/install.sh | bash
但我明白了
0curl: (7) Couldn't connect to server
我已经被困在这一周了。我的macbook安装了最新的操作系统。
发布于 2021-03-04 09:17:42
您是否尝试过documentation中列出的命令
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash或
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bashhttps://stackoverflow.com/questions/66467173
复制相似问题