apt-get 更新失败

Cra*_*ken 4 apt kali-linux software-updates

sudo apt-get update尝试在 Kali 虚拟机上运行时收到以下消息。可能是什么原因?

root@kali:~# sudo apt-get update
Get:1 http://http.kali.org/kali kali-rolling InRelease [3,415 B]
Err:1 http://http.kali.org/kali kali-rolling InRelease
  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
Reading package lists... Done       
E: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: The repository 'http://http.kali.org/kali kali-rolling InRelease' is no longer signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@kali:~#
Run Code Online (Sandbox Code Playgroud)
# cat /etc/resolv.conf
# Generated by NetworkManager
search *omitted*.com
nameserver 192.168.10.240
nameserver 192.168.32.215
Run Code Online (Sandbox Code Playgroud)

sch*_*ity 5

编辑您的并在第一个中/etc/apt/sources.list添加:shttp

deb https://http.kali.org/kali kali-rolling main non-free contrib
Run Code Online (Sandbox Code Playgroud)

希望这可以帮助