Whenever I try to push changes to a remote github
repository from the command-line, I receive the following error:
> git push
remote: Repository not found.
fatal: repository 'https://github.com/MyOrg/MyRepo.git' not found
(I've replaced org and repo name, but they are definitely the correct names).
I have checked I have write access to the repository. I'm able to create branches and write to files through the github
website, and pull these changes back down locally.
I am authenticating with github using the Git Credential Manager for Windows (GCM), and I have the following in gitconfig:
[credential]
helper = manager
I'm running on Windows 10, git version 2.10.2.windows.1.