无法从 mirrors.ustc.edu.cn : The requested URL returned error: 404 获取文件

无法从 mirrors.ustc.edu.cn : The requested URL returned error: 404 获取文件

在安装msys2 更换中科大的镜像的时候,根据网络镜像地址,出现该问题

原因

因为中科大镜像地址更换了, 所以要使用最新地址

Solution

Server = http://mirrors.ustc.edu.cn/msys2/mingw/i686
放入mirrorlist.mingw32
Server = http://mirrors.ustc.edu.cn/msys2/mingw/x86_64
放入mirrorlist.mingw64
Server = http://mirrors.ustc.edu.cn/msys2/msys/$arch
放入mirrorlist.msys

‘$pacman -Sy’即可

by the way

如果你要安装winpty-git 你会得到错误,正确的名字是winpty 去掉git即可

你可能感兴趣的:(MINGW,vim学习)