Я получаю это сообщение об ошибке, когда пытаюсь взорвать свой git-bash.Получите сообщение об ошибке при попытке сделать бродяжничество в Windows 10 - но никаких ошибок
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'laravel/homestead' is up to date...
==> default: Setting the name of the VM: homestead-7
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 80 (guest) => 8000 (host) (adapter 1)
default: 443 (guest) => 44300 (host) (adapter 1)
default: 3306 (guest) => 33060 (host) (adapter 1)
default: 5432 (guest) => 54320 (host) (adapter 1)
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.
If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.
If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.
If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.
Проблема заключается в том, что я не получаю никаких ошибок, и если я иду в мой VirtualBox GUI, виртуальная машина работает!
Любой, у кого есть одно и то же решение, имеет решение.
Это на окнах 10 с новейшим виртуальным боксом и бродягой.
Я только что установил его на своем ноутбуке дома, и я отлично работаю, но при работе на рабочем домене он не будет, поэтому не может реально увидеть, что здесь не так.
НЕТ НЕТ НЕТ !! Я тупой! Я читал эти предложения много раз, но вместо того, чтобы идти в BIOS, чтобы проверить, я использовал это http://www.intel.com/content/www/us/en/support/processors/processor-utilities-and-programs /intel-processor-identification-utility.html, чтобы проверить, и он сказал «да». Поэтому я не думал, что это проблема, но после вашего предложения снова я сделал приложение BIOS и узнал, что он отключен! Глупый ленивый меня, это просто стоило мне 5 часов вытягивания волос и 2 чистых окон: -D Еще раз спасибо! –