set git username and password in git bash code example
Example 1: git bash set global username and password
$ git config --list --show-origin
Example 2: git config --global user.name "Server"
cat .gitconfig
$ git config --list --show-origin
cat .gitconfig