You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After run ./play.sh, it's failed with the following error message:
default:
default: Guest Additions Version: 5.2.8_KernelUbuntu r120774
default: VirtualBox Version: 6.0
==> default: Mounting shared folders...
default: /vagrant => /Users/yancey/workspace/playground
default: /home/vagrant/desktop => /Users/yancey/workspace/playground
==> default: Running provisioner: shell...
default: Running: /var/folders/b6/z4_jzhqs3fg4_5ndn0szcyd80000gp/T/vagrant-shell20200610-9881-difb2.bash
default: Setting apt-get mirror...
default: E: Type 'tware' is not known on line 11 in source list /etc/apt/sources.list
default: E: The list of sources could not be read.
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.
The text was updated successfully, but these errors were encountered:
It is a weird problem, we use get_fastest_resource.sh > /etc/apt/source.list, we expect the file content is a list of apt-get source. However, we finally got an incomplete file with original content mixed with the get_fastest_resource.sh command. It happens by chance. I will keep refining it.
After run
./play.sh
, it's failed with the following error message:The text was updated successfully, but these errors were encountered: