I was getting this error on gcloud CLI when trying to deploy Cloud Functions to Google Cloud.
Here’s the quick fix – add these lines to your ~/.zshrc or ~/.bash_profile:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
I was getting this error on gcloud CLI when trying to deploy Cloud Functions to Google Cloud.
Here’s the quick fix – add these lines to your ~/.zshrc or ~/.bash_profile:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8