Naud
Naud

Reputation: 3

Issue with Homestead ssh

I'm trying to run homestead ssh but somewhere it fails to startup correctlty.

Here are 2 screenshots from my colleague pc and mine

My pc

My colleague pc

You can see on my colleague pc it has the lines "last login" and "vagrant@homestead:~$", Those lines are missing in my homestead box.

Further if i query ls -a i see the following differences:

My ls -a

My colleagues ls -a

I hope that someone could help me, Thanks in advance.

Upvotes: 0

Views: 33

Answers (1)

joepferguson
joepferguson

Reputation: 1088

This is a Bug in Vagrant 2.0.1 on Windows, you can downgrade to Vagrant 2.0.0., or use a different console application. (This bug exists in git bash and a few others, but does not in http://cmder.net/).

Upvotes: 1

Related Questions