You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vagrant
Typically when I see this error anymore its due to the host filesystem running out of space. The .vagrant.d folder is on C:\Users\$USERNAME\ (Windows) or /home/$USERNAME/ (Linux) and even if you have your Vagrantfile on D: or E: it will stage a copy of each box in the .vagrant.d folder to clone out to wherever your Vagrantfile is. If you do a 'vagrant box list' you may see other boxes you have tried, and if you don't clean them out using 'vagrant box remove <boxname>' then they will occupy a portion of your disk.