美文网首页
Ubuntu 代理环境更新报错

Ubuntu 代理环境更新报错

作者: 孟想 | 来源:发表于2020-12-14 11:04 被阅读0次

问题

sudo apt update 时报错如下:

Err:7 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal Release
  Could not handshake: An unexpected TLS packet was received. [IP: 10.*.*.* 8080]

解决方法

修改.bashrc文件:
https_proxy="https://10.*.*.* 8080"
改为
https_proxy="http://10.*.*.* 8080"

相关文章

网友评论

      本文标题:Ubuntu 代理环境更新报错

      本文链接:https://www.haomeiwen.com/subject/aiqvgktx.html