Vagrant box add - 无法连接到云 - images.ubuntu.com 端口 443:超时

Vagrant box add - Failed to connect to cloud-images.ubuntu.com port 443: Timed out

我是 Vagrant 的新手。使用这个 vagrant 添加框命令:

vagrant add box ubuntu/trusty64

添加此框 ubuntu/trusty64,我收到此错误:

An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.

Failed to connect to cloud-images.ubuntu.com port 443: Timed out

重新安装 Vagrant 失败。

vagrant -version 输出:Vagrant 2.1.4

OS: Windows 10 企业

首先初始化vagrant

$ vagrant init ubuntu/trusty64
$ vagrant up

重新安装 VirtualBox 为我修复了它。为了安全起见,我删除了 Vagrant、Git Bash 和 VirtualBox 以及所有参考资料。使用默认设置重新安装所有这些。问题不再出现。