C#C
C#3y ago
James213

❔ Repository not found - Git

When I go to push, I get the error

`> git pull --tags origin master
remote: Repository not found.
fatal: repository 'https://github.com/James7851/fem-manage-landing-page.git/' not found

Yet when I click the click it goes to the repository. As with the links with git remote -v

git config --local --list shows the same email that is associated with the repository, and I am pushing with that GitHub account on Visual Studio Code.

Although when I do git log --pretty=full I get a different email for the (HEAD -> master), though for (origin/master) it's the correct email

Also, when I change the repository to public on GitHub and then try to push it says "You don't have permissions to push to "James7851/fem-manage-landing-page" on GitHub. Would you like to create a fork and push to it instead?"
Was this page helpful?