Skip to content
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

Closed
souhailmerroun opened this issue Aug 28, 2017 · 2 comments
Closed

"garbage at end of line" on Windows 10 #656

souhailmerroun opened this issue Aug 28, 2017 · 2 comments

Comments

@souhailmerroun
Copy link

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

sans titre

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.

@souhailmerroun souhailmerroun changed the title garbage at end of line "garbage at end of line" on Windows 10 Aug 28, 2017
@svpernova09
Copy link
Contributor

svpernova09 commented Aug 28, 2017 via email

@souhailmerroun
Copy link
Author

Okay, Thank you @svpernova09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants