原因:
服务器正在检查引用者,部分 HTTP 请求会得到错误响应。不以 Mozilla 开头或不包含 Wget 的用户代理的请求会被拒绝。
解决方案:
wget --user-agent=“Mozilla” + 要下载的链接
如:
wget --user-agent="Mozilla" https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2023.09-0-Linux-x86_64.s
参考:
使用wget报错403_wget error 403: forbidden.-CSDN博客文章浏览阅读6.2k次,点赞41次,收藏33次。使用wget在清华镜像站下载Anaconda报错ERROR 403: Forbidden._wget error 403: forbidden.https://blog.csdn.net/m0_46225620/article/details/133769790