username for 'https //github.com' code example
Example 1: github see the username
git config user.name
Example 2: how to get git username and password
$ git config --global user.name "Mona Lisa"
$ git config --global user.name
$ mona
Example 3: github username
val address = ens.getAddress(ENSName("kevins.xyz"))