我尝试按照https://bitbucket.org/suunto/movesense-device-lib/src/523308c2b380fcde46d51af9af2f9ed17907ab55/README.md上的本指南“使用Vagrant在所有操作系统上进行自动设置”来设置vagrant的开发环境
但是,我无法下载远程文件。错误输出如下:
~/symbio/suunto-movesense-device-lib-c96b25358d86$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/artful64' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'ubuntu/artful64'
default: URL: https://vagrantcloud.com/ubuntu/artful64
==> default: Adding box 'ubuntu/artful64' (v20180718.0.0) for provider: virtualbox
default: Downloading: https://vagrantcloud.com/ubuntu/boxes/artful64/versions/20180718.0.0/providers/virtualbox.box
default: Download redirected to host: cloud-images.ubuntu.com
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
The requested URL returned error: 404 Not Found
如何解决此问题?
使用Vagrant 2.2.3和Debian 9.7
答案 0 :(得分:0)
这可能是由于Debian artfull64不再受支持以及从Ubuntu服务器上删除的回购/映像所致。
尝试更新到较新的Ubuntu版本(Xenial或Bionic)以获取LTS,并且不会再次中断构建。
要升级,请在Vagrant文件中编辑config.vm.box行:
config.vm.box = 'ubuntu/xenial64'
该盒子的可能候选者可以在无业游民的文档中找到 https://app.vagrantup.com/boxes/search
我也遇到了类似的问题,并让Movesense团队从热心更新为artful,我还警告他们artful将在2018年7月停止支持,他们应该使用LTS版本的Ubuntu。
主要问题是要在回购中获得一个带有“ gcc-arm-embedded”软件包的版本,当时我遇到的问题是当时它不是仿生/氙气,但现在应该是。