You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: