我自己解决了,肯定是官方镜像的bug
实体机器安装后
/etc/apt/sources.list.d/appstore.list里面内容是
deb https://home-store-packages.uniontech.com/appstore eagle appstore
虚拟机安装后/etc/apt/sources.list.d/appstore.list里面内容是
deb https://home-store-img.uniontech.com/appstore eagle InRelease
https://home-store-img.uniontech.com/appstore eagle appstore
使用虚拟机的那个更新源地址就能成功执行sudo apt update


中文 
root@zzz-PC:~# sudo apt update
命中:1 https://community-packages.deepin.com/deepin apricot InRelease
命中:2 https://community-packages.deepin.com/printer eagle InRelease
错误:3 https://home-store-packages.uniontech.com/appstore eagle InRelease
400 [IP: 101.37.43.176 443]
正在读取软件包列表... 完成
E: 无法下载 https://home-store-packages.uniontech.com/appstore/dists/eagle/InRelease 400 [IP: 101.37.43.176 443]
E: 仓库 “https://home-store-packages.uniontech.com/appstore eagle InRelease” 没有数字签名。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
非常神奇的是相同的一台电脑,我使用VMware虚拟机里面安装deepin20.2.2执行相同命令就ok。
在实体机上安装deepin就出现如上报错,请问如何解决