cygwin 64 내에서 Windows 7에 vagrant-vbguest 플러그인 을 설치하려고합니다 .
$ vagrant plugin install vagrant-vbguest
Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:
An error occurred while installing json (1.8.1), and Bundler cannot continue.
Make sure that `gem install json -v '1.8.1'` succeeds before bundling.
제안 된 단계를 수행하면 다음이 발생합니다.
$ gem install json -v '1.8.1'
Building native extensions. This could take a while...
Successfully installed json-1.8.1
1 gem installed
Installing ri documentation for json-1.8.1...
Installing RDoc documentation for json-1.8.1...
첫 번째 명령을 실행하면 같은 방식으로 실패합니다.