根据 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
有人学过这门课吗,这个问题应该如何解决。
1
expy 2017-04-11 12:27:09 +08:00
链接多了个"-vm",命令是不是打错了。
这只是设置个实验环境吧,直接撸个虚拟机也能做作业。 |
2
davinci OP @expy 链接没有错。主要是课程提供的 VM 是提前配置好的,预装了所有这门课程需要的工具。我没有折腾虚拟机的经验,自己去折腾安装感觉好麻烦。
|
3
xuanone 2017-04-11 12:41:45 +08:00 via Android
这个好像要带梯子
|
4
notes 2017-04-11 12:43:53 +08:00 via Android
你需要把 box 下载下来
|
5
expy 2017-04-11 12:43:55 +08:00 1
|
7
notes 2017-04-11 12:44:48 +08:00 via Android 1
vagrant add cs162/spring2017 /下载 /的.box 添加好,就能 init 了
|
9
expy 2017-04-11 12:47:50 +08:00
|
10
mianju 2017-04-11 16:31:59 +08:00
cs162 感觉如何?和 MIT 6.828 比呢?我做了一段时间 6.828 ,感觉好难 括弧哭
|
13
smilingsun 2017-04-12 09:22:55 +08:00
有视频吗?
|
14
davinci OP @smilingsun youtube
|