Vagrant macOS升级后“流浪汉”挂起

Vagrant macOS升级后“流浪汉”挂起,vagrant,Vagrant,升级到macOS Mojave后,我的本地流浪汉在SSH auth method:private key之后停止工作,超时错误如下: mch1: SSH address: 127.0.0.1:2222 mch1: SSH username: vagrant mch1: SSH auth method: private key Timed out while waiting for the machine to boot. This means that Vagrant was u

升级到macOS Mojave后,我的本地流浪汉在
SSH auth method:private key之后停止工作,超时错误如下:

mch1: SSH address: 127.0.0.1:2222
    mch1: SSH username: vagrant
    mch1: 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.
  • 流浪版本:2.2.2
  • VirtualBox版本5.2.22 r126460(Qt5.6.3)

    • 这很可能是莫哈韦上新安全功能的问题

      请向控制台应用程序(从运行vagrant的位置,例如iTerm2)授予磁盘上的完全写入权限

      • 系统首选项
      • 安全与隐私
      • 隐私权
      • 完全磁盘访问
      然后重新启动控制台并重试