-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"garbage at end of line" on Windows 10 #656
Comments
souhailmerroun
changed the title
garbage at end of line
"garbage at end of line" on Windows 10
Aug 28, 2017
This is similar to other reports we have seen when running Homestead from a path that contains a space. I still believe this is a vagrant on windows issue.
…--
- Joe Ferguson
JoeFerguson.me
MemphisPHP.org
On Aug 28, 2017, 05:59 -0500, Souhail Merroun ***@***.***>, wrote:
Versions
• Vagrant: 1.9.8
• Provider: Virtualbox
Host operating system
Windows 10
Homestead.yaml
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/www
to: /home/vagrant/www
sites:
- map: hello.app
to: /home/vagrant/www/hello
databases:
- homestead
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 50000
# to: 5000
# - send: 7777
# to: 777
# protocol: udp
Vagrant up output
Expected behavior
It's should have allowed me to access to virtual machine
Actual behavior
It's does not allow me to access to virtual machine
Steps to reproduce
1. vagrant ssh on command line
Bug & Solution Idea
I found that the problem was in my user folder on Windows, It's was "Souhail M", the space was the error, after I switched the session to something like this "souhail", it's works well.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Okay, Thank you @svpernova09 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Versions
Host operating system
Windows 10
Homestead.yaml
Vagrant up output
Expected behavior
It's should have allowed me to access to virtual machine
Actual behavior
It's does not allow me to access to virtual machine
Steps to reproduce
Bug & Solution Idea
I found that the problem was in my user folder on Windows, It's was "Souhail M", the space was the error, after I switched the session to something like this "souhail", it's works well.
The text was updated successfully, but these errors were encountered: