Empuje el repositorio de Github en la línea de comandos

git remote add origin https://github.com/User/Project
git branch -M main
git push -u origin main
Akako