My project in github has been moved to another github account. I've added new origin and git repo in my current project. But when I push my new changes to new github repo, I've found following error message. Please let me know how to fix it.
remote: Repository not found.
fatal: repository 'https://github.com/MyDevelopment/project.mm.git/' not found
But I call like git remote -v
return following accurate results:
origin https://github.com/MyDevelopment/project.mm.git (fetch)
origin https://github.com/MyDevelopment/project.mm.git (push)