【问】Connection timed out after 120000 milliseconds
Tofloor
poster avatar
chenhui7373
deepin
2017-11-13 17:28
Author

sudo apt-get update
命中:1 http://packages.deepin.com/deepin panda InRelease
错误:2 https://repo.windscribe.com/debian jessie InRelease
  Connection timed out after 120000 milliseconds
正在读取软件包列表... 完成
W: 无法下载 https://repo.windscribe.com/debian/dists/jessie/InRelease  Connection timed out after 120000 milliseconds
W: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。



history:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key FDC247B7
sudo sh -c "echo 'deb https://repo.windscribe.com/debian jessie main' > /etc/apt/sources.list.d/windscribe-repo.list"
sudo apt-get update


请问怎么解决超时问题?感谢观看。


Reply Favorite View the author
All Replies
avatar
chenhui7373
deepin
2017-11-13 17:37
#1
不挂代理的是443错误

sudo apt-get update
错误:1 https://repo.windscribe.com/debian jessie InRelease
  Failed to connect to repo.windscribe.com port 443: 拒绝连接
命中:2 http://packages.deepin.com/deepin panda InRelease
正在读取软件包列表... 完成   
W: 无法下载 https://repo.windscribe.com/debian/dists/jessie/InRelease  Failed to connect to repo.windscribe.com port 443: 拒绝连接
W: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。
Reply View the author
avatar
jingle
deepin
2017-11-14 02:33
#2
https://bbs.deepin.org/post/148157
不挂代理的是443错误

sudo apt-get update

试试其他代号呢
Reply View the author