vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.2k stars 3.51k forks source link

Isn't Working #4971

Closed matespinosa closed 3 years ago

matespinosa commented 3 years ago

Issue

songs126 commented 3 years ago

the same issue

svantetic commented 3 years ago

@matespinosa, @songs126 Make sure you have a correct path in shell key of configuration. Use explorer to find where your bash executable is located. In my case changing this to:

shell: 'C:\\Program Files\\Git\\git-cmd.exe',

Also, adding

shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],

helped in my case.