sourceTree&Git: 找不到远程存储库

sourceTree&Git: remote Repository not found

我在我的机器上设置了 sourceTree 和 git 以便与其他人一起处理一个项目。当我尝试通过 sourceTree 推送我的第一个更改时,我得到了 remote: Repository not found

link sourceTree 推送到的格式如下: https://myGitUserName@github.com/ourOrganisation/ourProject.git

有谁知道为什么说找不到这个存储库?

难道我需要对 'Push To Origin' 的一些特殊权限(即不允许 myGitUserName 推送,因此没有存储库)? - 如果是,我如何 check/request 这些?

谢谢!

我的团队让我成为 git 组的管理员,然后推送在之前的设置下工作得很好。