码迷,mamicode.com
首页 > 其他好文 > 详细

无法从 repo.msys2.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds 获取文件

时间:2020-05-07 22:54:18      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:server   tun   x86   错误   arc   pkg   art   list   repo   

错误如下:
pacman -S make gcc diffutils

:: 正在获取软件包......
错误:无法从 repo.msys2.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
获取文件 ‘binutils-2.30-1-x86_64.pkg.tar.xz‘


解决办法就是使用镜像
/etc/pacman.d/mirrorlist.mingw32
Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686


/etc/pacman.d/mirrorlist.mingw64
Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/x86_64


/etc/pacman.d/mirrorlist.msys
Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/$arch

刷新
pacman -Syu

原文链接:https://blog.csdn.net/quantum7/java/article/details/105388653

无法从 repo.msys2.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds 获取文件

标签:server   tun   x86   错误   arc   pkg   art   list   repo   

原文地址:https://www.cnblogs.com/dreamblog/p/12845922.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!