vagrant up installs the virtual machine error path cannot have Chinese

Problem: vagrant up installs a virtual machine and reports an error that the user name cannot be resolved in Chinese

Solution:
Modify the Vagrantfile file in C:\Users\YanYaDan and add the following code
Encoding.default_external = 'UTF-8'

Guess you like

Origin blog.csdn.net/Beyonod/article/details/121077840