Vagrant up failed - split: bad URI

Vagrant version

2.2.14

Host operating system

Windows 10 Build 18863

Guest operating system

Linux.

Vagrant file
Vagrant.configure(“2”) do |config|
config.vm.box = “cb-training-pipeline-fundamentals-1588693109”
config.vm.box_url = “cb-training-pipeline-fundamentals-1588693109.box”
end

Expected behavior

VM should fire up without any issues

Actual behavior

The VM is not booting but rather throwing up errors for a bad URI. The URI being referenced is my corporate proxy settings for Git Bash.

I have already unset corporate proxy for Bash using
git config --global --unset https.proxy
git config --global --unset http.proxy

Verified the same using
git config --global -l (There are no proxies configured for Bash)

I am not working behind a corporate proxy but rather a private wifi network – I have also disabled proxy in Windows settings

Steps to reproduce

  1. Install Vagrant and VirtualBox
  2. Download VM’s ZIP archive and extract to desktop
  3. cd to un-archived folder
  4. Run vagrant up