0

I'm running a Laravel Homestead VM in Git Bash, and every time I select another window to do something else, I can't return to Git Bash -- typing doesn't work (but it does in other windows).

EDIT: I'm using Windows 10. If I type "exit" followed be hitting Enter, the cursor issue is solved. but then I'm also kicked out of the Virtual Machine I was in.

Sam Malayek
  • 3,595
  • 3
  • 30
  • 46
  • So you can type, but the typing is invisible? Does typing `reset` bring your typing back? – Wolf Sep 22 '15 at 18:07

2 Answers2

0

First, make sure you are using the latest bash from the latest git for Windows (2.5.3). It has a more recent bash than the old msysgit one.

If that still fail, consider using a VirtualBox+Vagrant, as in this tutorial.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
0

No clue what the solution is, but hitting ctrl+C to Cancel current process stops that issue. But it also stops the current process :S

Sam Malayek
  • 3,595
  • 3
  • 30
  • 46