checking your permissions
check your SSH access
Check that the repository really exists
参考资料 & 鸣谢
Github - no write access to team‘s repo in organisation
git@github.com: Permission denied (publickey).
$ ssh -T git@github.com
> git@github.com: Permission denied (publickey)
参考资料 & 鸣谢
https://blog.csdn.net/qq_43768946/article/details/90411154
github desktop error “The repository does not seem to exist anymore. You may not have access, or it may have been deleted or renamed.”
This error was keeps on occurring to me. Turn out I was not added as the Contributor on the GitHub project.
The repo owner should be able to see and list of Contributor for the project. You can request him to add you in contributor list and this error will disappear.
【GitHub】You do not have write access to xxxx
原文:https://www.cnblogs.com/blue-lin/p/14789400.html