Install github desktop with bash: https://github.com/apps/desktop
Add non root user: On powershell type bash
# windows power shell
bash
On bash
root@something$ useradd theusername
root@something$ exit
Configure WSL default user
# Windows powershell
C:\ ubuntu config --default-user theusername
tutorial: github
On windows please use WSL (ubuntu on windows). Follow this tutorial until you can sign your git commit with gpg key