The problem
Fetch and push is not working after personal account was changed to organisation. It is working from the terminal. I have the necessary permissions. I am the owner of the organisation. I am using github Version 3.4.8-linux1 (x64).
Release version
Version 3.4.8-linux1 (x64)
Operating system
Ubuntu 20.04.6 LTS
Steps to reproduce the behavior
- Create a personal github account 'X'.
- Create a repository 'repo-A' and try fetching and pushing (from github desktop) using another personal account 'Y' after giving it permissions, it will work.
- Change it to organisation account by making 'Y' the owner.
- Try fetching and pushing (from github desktop) using 'Y' (after signing in), it will show the error "The repository does not seem to exist anymore. You may not have access, or it may have been deleted or renamed."
- Now try fetching and pushing (using the command line) it will work.
Log files
No response
Screenshots

Additional context
No response