“make warning: Clock skew detected. Your build may be incomplete.”


编译提示 “make warning: Clock skew detected. Your build may be incomplete.”

该提示为系统时间被复位,需手动更新系统日期,建议改为当前日期。可在终端输入命令:

sudo date -s 月/日/年

如需要更新日期为2022年3月20日,则命令为:

sudo date -s 3/20/22