❔ Repository not found - Git
When I go to push, I get the error
Yet when I click the click it goes to the repository. As with the links with
Although when I do
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?"
Yet when I click the click it goes to the repository. As with the links with
git remote -vgit 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 emailAlso, 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?"