Skip to content

Instantly share code, notes, and snippets.

@mb00g
Last active November 22, 2019 07:17
Show Gist options
  • Save mb00g/13d52b70e349ba9f8617 to your computer and use it in GitHub Desktop.
Save mb00g/13d52b70e349ba9f8617 to your computer and use it in GitHub Desktop.
bash profile

Saat SSH menggunakan terminal keluar error

perl: warning: Please check that your locale settings:
LC_ALL = “En_US”,
LANG = (unset) are supported and installed on your system.
perl: warning: Falling back to the standard locale (“C”).

Solusinya adalah menambahkan di dalam file ~/.bash_profile baris berikut

# This setting is for the new UTF-8 terminal support
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment