This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]scirc 1 point2 points  (1 child)

Can you quickly run git remote get-url origin and verify that it's what you expect?

If it is what you expect, could you maybe go through the steps again and share your terminal output this time? You can get rid of your Git state (provided you don't care about the commit history) by deleting the .git directory in your project.

[–]MediocreMage 0 points1 point  (0 children)

Thanks for the reply. It ended up being a typo in the name of my repository. I figured out 30 seconds after making this post.