1

I transferred the ownership of a private repository to a different github-account. The repository is still private. When I try to push changes from the local repo to the new remote repository it gives me fatal: repository 'url' not found error. I already changed the url, the user name and user email. What can I do do solve this problem?

Johannes Wiesner
  • 1,006
  • 12
  • 33

1 Answers1

1

I solved the problem by deleting my GitHub related Credentials in Windows Credential Manager. See this link for further information. After deleting the credentials and running git push I hat to re-enter my password and everything worked fine again.

Johannes Wiesner
  • 1,006
  • 12
  • 33