Celestial Bodies Database - Build a Celestial Bodies Database

Tell us what’s happening:
Describe your issue in detail here.
This is manipulative PROJECT i mean I put the Right code but it is showing the window cant open the browser & Then my project is not being accepted!!!

Your code so far

codeally@ebdb0b59d2a5:~/project$ pg_dump -cC --inserts -U freecodecamp universe > universe.sql
codeally@ebdb0b59d2a5:~/project$ git remote add origin https://github.com/ABBASLOVESDUBAI/fcc-postgress-universegb.git
codeally@ebdb0b59d2a5:~/project$ git add .
warning: adding embedded git repository: learn-celestial-bodies-database
hint: You've added another git repository inside your current repository.
hint: Clones of the outer repository will not contain the contents of
hint: the embedded repository and will not know how to obtain it.
hint: If you meant to add a submodule, use:
hint: 
hint:   git submodule add <url> learn-celestial-bodies-database
hint: 
hint: If you added this path by mistake, you can remove it from the
hint: index with:
hint: 
hint:   git rm --cached learn-celestial-bodies-database
hint: 
hint: See "git help submodule" for more information.
codeally@ebdb0b59d2a5:~/project$ git commit -m "intit commit"
[master 20d71a8] intit commit
 2 files changed, 496 insertions(+)
 create mode 160000 learn-celestial-bodies-database
 create mode 100644 universe.sql
codeally@ebdb0b59d2a5:~/project$ git push 
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use

    git push --set-upstream origin master

codeally@ebdb0b59d2a5:~/project$ git push -u origin master
git push -u origin main
       

type or paste code here

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0

Challenge: Celestial Bodies Database - Build a Celestial Bodies Database

Link to the challenge: