pve: apt-get update error 升级报错

提示如下报错

Hit: http://security.debian.org buster/updates InRelease
Hit: http://ftp.debian.org/debian buster InRelease
Hit: http://ftp.debian.org/debian buster-updates InRelease
Err: https://enterprise.proxmox.com/debian/pve buster InRelease
Unauthorized [IP: 66.70.154.81 ]
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease 401 Unauthorized [IP: 66.70.154.81 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure() manpage for repository creation and user configuration details.

解决办法

vi /etc/apt/sources.list.d/pve-enterprise.list

注释自带的pve升级资源

#deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
05-11 22:37