Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:

I am trying to set up git inside my virtual machine because when I came back to complete a project the Code red start starts form the beginning for the instructions. I am following the directions to set up git but after typing git push -u origin main, I get this error Git: fatal: couldn’t find remote ref main. Please help I would really like to try this out.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0

Challenge Information:

Learn Bash by Building a Boilerplate - Build a Boilerplate

have you setup the reference to your repository?
git remote add upstream https://github.com/.git

Do you mean on the repository settings on gitpod? How do you do that?
Thanks

I wrote the command for you in my previous reply:

But replace the .git with the full path/name of the repository you created in GitHub