Using GitHub - uploading (pushing) project to GitHub through Visual Studio

Dean Everhart 1,536 Reputation points
2023-04-04T19:52:24.18+00:00

I used the "git" pull down menu in Visual Studio to create a repository: https://github.com/DeanEverhart/ContoUniversity-Embed User's image

I thought, in doing so, that I would be uploading the project to the repository. I'm realizing now that the project files don't seem to have been uploaded. I then chose "push" under the git pull down menu in Visual Studio (errors below)
User's image

User's image

What am I not doing right?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,734 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,563 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 69,276 Reputation points
    2023-04-05T14:54:21.42+00:00

    You need a valid remote to push. To create a new remote see docs https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.