I tried to set up a homestead for my projects, but I get an error during the "vagrant up" command.
My error:
Bringing machine 'homestead' up with 'virtualbox' provider... C:/HashiCorp/Vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/provisioners/file/config.rb:20:in `expand_path': incompatible character encodings: UTF-8 and Windows-1254 (Encoding::CompatibilityError)
I think I get this error because of the character in the user folder. My user folder: "C: \ Users \ Hilal Gür".
How can I solve this problem?
Thank you..