I installed vargrant in my windows 7, my VM box is CentOS 6, well vagrant is working fine.But now I want to install rsync-back for syncing my VM files to Windows, I am getting few errors.
When I use the command in CMD windows,
vagrant plugin install vagrant-rsync-back
I get the below errors
Installing the 'vagrant-rsync-back' 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:
Could not fetch specs from http://gems.hashicorp.com/
Warning: this Gemfile contains multiple primary sources. Using
sourcemore than once without a block is a security risk, and may result in installing unexpected gems. T o resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, runbundle config disable_multisou rce true.
I am pretty new to vagrant, I am unable to solve this issue. Any suggestion where I am doing wrong ?