前阵子换成lucid的源了,一直蛮好用,不过突然有一天apt-get update不行了.
后来总算找到原因了..
Some repos have issues with http/1.1 pipelining.
Try adding the following to /etc/apt/apt.conf.d/piplining-off.conf:
Acquire::http::Pipeline-Depth "0";
本文详细介绍了遇到APT更新失败时,如何通过调整/etc/apt/apt.conf.d/piplining-off.conf中的HTTP管道深度配置为0来解决问题。
前阵子换成lucid的源了,一直蛮好用,不过突然有一天apt-get update不行了.
后来总算找到原因了..
Some repos have issues with http/1.1 pipelining.
Try adding the following to /etc/apt/apt.conf.d/piplining-off.conf:
Acquire::http::Pipeline-Depth "0";
1682

被折叠的 条评论
为什么被折叠?