rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
371 stars 59 forks source link

Can't Connect to Mosh on macOS #218

Open redreceipt opened 2 years ago

redreceipt commented 2 years ago

macOS by default accepts locale info, I know because mosh works fine with Blink.sh for iOS. But even with this chrome extension supposedly sending UTF-8, something isn't working properly. I get this error:

Bad response when running mosh-server: 'mosh-server needs a UTF-8 native locale to run.

Unfortunately, the local environment ([no charset variables]) specifies
the character set "US-ASCII",

The client-supplied environment ([no charset variables]) specifies
the character set "US-ASCII".

LANG=""

LC_COLLATE="C"

LC_CTYPE="C"

LC_MESSAGES="C"

LC_MONETARY="C"

LC_NUMERIC="C"

LC_TIME="C"

LC_ALL=

'

SSH Login failed.

Mosh has exited.
Press "x" to close the window.