You can use github CLI or cmd(command promt) adn run as Administrator
gh repo create m-akbarfauzi/repo-new
git init -b main
Description:
Git init : untuk membuat repository pada file lokal yang nantinya ada folder .git
git add .
git commit -m "this is my first repository"
git remote add origin https://github.com/{user-or-organization}/repo-new.git
git push -u origin main