我在我的本地机器上。我是一个开发人员,对操作一无所知。在命令行上运行后选择us-east-1
我的区域后,我得到以下信息:eb init
ERROR: The current user does not have the correct permissions.
Reason: Operation Denied. Signature not yet current:
20150922T194753Z is still later than 20150922T194701Z (20150922T194201Z + 5 min.)
Run Code Online (Sandbox Code Playgroud)
我四处寻找答案,看来这是其他人在部署应用程序后遇到的时区问题,他们通过同步已启动的 EC2 实例的时区解决了该问题。但是,我还没有部署到 EB,并且没有关联的 EC2 实例。我尝试使用将系统时钟和时区与 us-east-1 的时区对齐,sudo dpkg-reconfigure tzdata
但错误仍然存在。
那么我该如何克服这个问题呢?