技术解析
根据 https://cs162.eecs.berkeley.edu/static/hw/hw0.pdf 这上面的步骤
$ cd cs162-vm
$ vagrant init cs162/spring2017
$ vagrant up
$ vagrant ssh
执行第四条命令vagrant up
时出现问题。
The box 'cs162-vm/spring2017' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
vagrant login
. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/cs162-vm/spring2017"] Error: The requested URL returned error: 404 Not Found
有人学过这门课吗,这个问题应该如何解决。