Search code examples
gitsourcetree

sourceTree&Git: remote Repository not found


I have sourceTree and git set up on my machine to work on a project with other people. When I tried to push my first changes through sourceTree, I got remote: Repository not found

The link sourceTree is pushing to is in the following format: https://myGitUserName@github.com/ourOrganisation/ourProject.git

Does anyone know why it is saying that this repository is not found?

Could it be that I need some special rights to 'Push To Origin' (i.e myGitUserName is not allowed to push, hence no repository)? - If yes, how do I check/request these?

Thank you!


Solution

  • My team made me an admin in the git group and then pushing worked just fine with the previous settings.