如果apt update时遇到类似E: Release file for [xxx] is not valid yet (invalid for another 2h 45min 28s). Updates for this repository will not be applied.
的错误
这一般是由于计算机的时间错误(没有同步)导致的。
WSL
如果是在WSL中遇到错误,可能是Windows的时间没有正常同步。
同步时间后关闭WSL再打开:wsl --shutdown
从硬件时钟恢复时间
如果系统电源突然断电,那么在系统重新启动后,系统时钟可能会丢失当前时间。
在这种情况下,运行hwclock --hctosys
命令可以从硬件时钟恢复时间