This is how github explains how to start a remote repository:
echo "# KORSEngine" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:DaemonDave/KORSEngine.git
git push -u origin main