on 2025 Jan 10 1:06 PM
When trying to commit my Fiori project to Git from SAP Business Application Studio, I'm getting the following error:
"Git: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)"
Any idea how I get round this?
Request clarification before answering.
Try to run :
Command:
zypper in glibc-locale
export LC_ALL=en_US
echo $LC_ALL
Example:
root@:/etc# zypper in glibc-locale
Loading repository data...
Reading installed packages...
'glibc-locale' is already installed.
No update candidate for 'glibc-locale-2.38-150600.14.17.2.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
root@:~# export LC_ALL=en_US
root@:~# echo $LC_ALL
en_US
root@:/etc# cat /etc/locale.conf
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.