无法添加 Vagrant scotchbox

Can't add Vagrant scotchbox

我在系统上设置苏格兰威士忌盒时遇到问题。我使用的OS是Windows8.1 pro 64位操作系统,使用gitbash.

$ vagrant --version Vagrant 1.8.6

VirtualBox-5.1.6

从 github for scotch box 克隆回购协议后,我按照注释中的说明进行了 vagrant up。它给了我以下错误:

$ vagrant up

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

SSL certificate problem: self signed certificate in certificate chain More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle" of Certificate Authority (CA) public keys (CA certs). If the default bundle file isn't adequate, you can specify an alternate file using the --cacert option. If this HTTPS server uses a certificate signed by a CA represented in the bundle, the certificate verification probably failed due to a problem with the certificate (it might be expired, or the name might not match the domain name in the URL). If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option.

我已经尝试了不安全的选项,这给了我这个错误:

bsdtar.EXE: Error opening archive: Unrecognized archive format

我也试过重新安装 vagrant 和 virtual box 但没有成功。

找到了另一种方法,手动添加苏格兰威士忌, and then cloned the scotch-repo。根据 repo 修改了 vagrant 文件,并做了 vagrant up。它运行良好,但仍然在 github 上提出了这个问题。