I am a very Junior engineer. I'm trying to push a new project to GitHub. I created a GitHub account and a repository named TeamBuilder. When I try to push the project to GitHub via Git/IntelliJ, I get the following error:
So, when I try to do a pull/merge or a pull/branch default, I get this error:
I've read through a few SO posts, including this one and this one, but I'm not sure I understand the command lines, even after reading about them in the Git help documentation.
When I try to set the upstream branch to master, I get this error:
Warning: Not setting branch master as its own upstream.
How can I successfully push this project to my GitHub repo? I'd like some help on this before I continue down the rabbit hole and break something.