2016-10-13 3 views
0

Ich habe Probleme beim Einrichten der Scotch-Box auf meinem System. Das Betriebssystem, das ich benutze, ist Windows 8.1 Pro 64-Bit-Betriebssystem, mit git Bash.Kann nicht hinzufügen Vagrant scotchbox

$ vagrant --version Vagrant 1.8.6

VirtualBox-5.1.6

Nach dem Repo von Github für Scotch Box Klonen I im Anhang wie erwähnt keine vagabundierenden auf. Es gibt mir die folgende Fehlermeldung:

$ 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.

ich die unsicheren Optionen versucht habe, die mir diesen Fehler gibt:

bsdtar.EXE: Error opening archive: Unrecognized archive format

Auch ich habe versucht, vagrant und virtuelle Box neu zu installieren, aber kein Glück.

Antwort

0

Eine alternative Möglichkeit gefunden, dies zu tun, Scotch Box manuell hinzugefügt, add vagrant box manually und dann geklont scotch-repo. änderte die Vagrant-Datei gemäß dem Repo und machte Vagabund. Es hat gut funktioniert, aber ich habe dieses Problem auch auf GitHub angesprochen.

Verwandte Themen