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

Dean Everhart 1,541 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?

Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET Other
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    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.