vagrant 打包问题

最近使用vagrant 部署开发环境,在打包的时候遇到如下问题:

A directory was not specified to package. This should never happen
and is a result of an internal inconsistency.

使用的版本为:

vagrant 1.4.2 和 VirtualBox-4.3.6

在百度网上查找了半天也没有查到是什么原因,最后只能去google挑战下自己的英文水平,具体的大致意思也没有说明为什么1.4.2的版本不行,只是让降低到低版本,如1.4.1的就可以了。

原文地址:http://irclogger.com/.vagrant/2014-01-02

download:https://dl.bintray.com/mitchellh/vagrant/

你可能感兴趣的:(python)