Не удалось переименовать каталог для сохранения файла настроек в Virtualbox при запуске vagrant up - PullRequest
0 голосов
/ 23 января 2019

Я пытаюсь научиться соскобу, следуя книге «Обучающая терапия». Согласно книге, следующее должно создать рабочую виртуальную машину:

$ git clone https://github.com/scalingexcellence/scrapybook.git

$ cd scrapybook

You can then start the Vagrant system by typing:

$ vagrant up --no-parallel

This will take some time the first time you run it - depending on your internet connection.
After the first time, `vagrant up` should be instantaneous. As soon as your system is up,
you can log in to your virtual dev machine with:

$ vagrant ssh

However, I keep getting the following error:
VirtualBox error:

VBoxManage.exe: error: Could not rename the directory 'C:\Users\20150624\VirtualBox VMs\docker-provider_1548254069678_53356' to 'C:\Users\20150624\VirtualBox VMs\docker-provider' to save the settings file (VERR_ALREADY_EXISTS)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "SaveSettings()" at line 3194 of file VBoxManageModifyVM.cpp

Кто-нибудь знает, как запустить это?

Заранее спасибо!

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...