Hey there. I am using Git for windows (msysgit project). And work with Git Bash. I also push my programmed materials to gitHub. The problem is that my gitHub username contains the character "č" and Git Bash does not allow me to enter it. Is there any way to set my -global user.name in my Git settings to contain this "č" character?
Thank.
git config --edit will open your gitconfig [1] in the editor, you can install it manually.
git config --edit
[1] gitconfigs, git -config (1):
- system, --global --file, , . .git/config, GIT_DIR GIT_CONFIG
C:\* username * \. gitconfig
Source: https://habr.com/ru/post/1764452/More articles:Где хранить настройки приложения - c#What is an anonymous PHP function? - phpImport .CSV files to SQLite - importGrails hasMany: when a child updates, changes to the parent version - grailsCan libcURL be configured to use my .curlrc when using PHP? - phpHtml DIV and SPAN Tags - htmlWhat happened to the head of the DOM level 3 event group? - javascriptКак добавитьв качестве первого элемента списка в- javascriptXUL button not showing - javascriptСоздание кнопки XUL дает "код отказа компонента", - javascriptAll Articles