I have SourceTree with a local working copy. And all operations work well, I can simply fetch, push, pull etc via SourceTree. I just needed to make a force push which does not exist in SourceTree.
I opened terminal made git push -f
remote: Repository not found.
Fatal: repository 'https://github.com/MyRepo/project.git/' not found
I am not sure what can be an issue.