Here is log and detail of errors. May you can help.
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
xxxxxxx@xxxxxx-xxxxxxMINGW64 /e/vagrant-node
$ vagrant provision
==> default: Running provisioner: shell...
default: Running: inline script
default: +++ lsb_release -cs
default: ++ sed -i -e '/ precise-backports /s/^# *//' /etc/apt/sources.list
default: ++ '[' -n '' ']'
default: ++ apt-get update
default: Hit http://security.ubuntu.com precise-security Release.gpg
default: Ign http://downloads-distro.mongodb.org dist Release.gpg
default: Ign http://downloads-distro.mongodb.org dist Release
default: Ign http://downloads-distro.mongodb.org dist/10gen TranslationIndex
default: Err http://downloads-distro.mongodb.org dist/10gen amd64 Packages
default: Undetermined Error [IP: 52.206.222.245 80]
default: Err http://downloads-distro.mongodb.org dist/10gen i386 Packages
default: Undetermined Error [IP: 52.206.222.245 80]
default: Ign http://downloads-distro.mongodb.org dist/10gen Translation-en_US
default: Ign http://downloads-distro.mongodb.org dist/10gen Translation-en
default: W
default: :
default: Failed to fetch http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen/binary-amd64/Packages Undetermined Error [IP: 52.206.222.245 80]
default: W
default: :
default: Failed to fetch http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen/binary-i386/Packages Undetermined Error [IP: 52.206.222.245 80]
default: E
default: :
default: Some index files failed to download. They have been ignored, or old ones used instead.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Here is log and detail of errors. May you can help.