encoding - strange characters appear in GIT cmd -


i installed git-2.9.3.2-64-bit, in git cmd displaying strange characters in hebrew (i guess). installed default options selected.
please let me know how can change latin characters makes sense me?

git cmd snapshot

try same git command after:

set lang=en_us.utf-8 

or in bash shell:

export lang=en_us.utf-8 

if work, can add export line %userprofile%\.bashrc.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -