Skip to content

Instantly share code, notes, and snippets.

@amit08255
Created November 30, 2021 03:35
Show Gist options
  • Save amit08255/3ef3a2c2caa263d36c8b86710925c50f to your computer and use it in GitHub Desktop.
Save amit08255/3ef3a2c2caa263d36c8b86710925c50f to your computer and use it in GitHub Desktop.
Fix Linux Locale Error

Run below commands:

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
sudo locale-gen "en_US.UTF-8"

Restart your computer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment