Vagrant 有问题我无法安装任何 Vagrant Box

Having issue with Vagrant I cant install any Vagrantbox

我看到了 scotch.io vagrant box,我很满意。所以我继续下载 virtualbox 和 vagrant。还下载了 scotch.io vagrantfile。但是当我使用 cmd 一个 pc 用户在该目录中输入 vagrant up 时。

它给出了这个错误

C:\Users\Myusername\Desktop\scotch-box-master>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'scotch/box' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'scotch/box' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://atlas.hashicorp.com/scotch/box"]
Error: 

所以我尝试安装它尝试下载的 precise64 框,但它返回如下错误

C:\Users\Myusername\Desktop\Vagrant>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'precise64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'precise64' (v0) for provider: virtualbox
    default: Downloading: http://files.vagrantup.com/precise64.box
    default: Progress: 100% (Rate: 24/s, Estimated time remaining: --:--:--)
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

请帮我解决这个错误。 所以我刚刚下载了 precise64.tar 文件 我怎么能在本地安装它 因为远程安装不起作用

我已经在 windows 上成功地使用了 vagrant,它在 VirtualBox 上运行良好,但与从 OSX 或 Linux 开始相比有一些缺陷。我找到的最佳建议在这里:http://tech.osteel.me/posts/2015/01/25/how-to-use-vagrant-on-windows.html 例如,我需要学习以管理员身份启动命令 window 并特别解决符号链接问题。不过,我已经在 Mac 上使用了 scotchbox,它开箱即用,效果很好,所以首先解决已知的 Windows 问题可能会让你成功?

是的,上面的用户说我所要做的就是检查我的电脑名称是否有任何特殊字符 ed -/@#$% 等,然后删除特殊字符。 all 和 vagrant 都非常好且正确地下载了盒子