下载install.sh
文件,然后运行该bash
文件
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
然后mmp的出现了
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to raw.githubusercontent.com port 443: 拒绝连接
之前安装的时候没有出现这样的情况,只好google,发现是DNS污染了,更改host
文件就好了,在/etc/hosts
文件的最后面添加以下内容
# 解决nvm安装时报错
199.232.68.133 raw.githubusercontent.com