temochka/sublime-text-2-github-tools

Github repository not found: Failed to read url of remote 'origin'

rv-kip opened this issue · 1 comments

We moved our repo and now I get the error Github repository not found: Failed to read url of remote 'origin' whenever I use a Github Tool like Blame in Sublime. My remote is named origin and is a valid url.

$ git remote -v
origin	https://domain.com/project/repo.git (fetch)
origin	https://domain.com/project/repo.git (push)

Solved my own problem. I had the old url still in the Github Tools settings.
command + shift + p --> Github: Plugin Settings.

The git remotes do not come into play apparently.