bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
456 stars 92 forks source link

IndexError: list index out of range #51

Closed rik closed 10 years ago

rik commented 11 years ago

File "sublime_github in /Users/rik24d/Library/Application Support/Sublime Text 3/Installed Packages/sublime-github.sublime-package", line 384, in done_remote

I'm seeing this error when using "Github: blame" on my working copy of this repository: https://github.com/mozilla-b2g/gaia/

bgreenlee commented 11 years ago

Sorry for the slow response, Rik. Could you tell me what you get when you run:

git ls-remote --get-url origin

in that repository?

rik commented 11 years ago

I have no "origin" remote, that might be why then.

Rik git@github.com:Rik/gaia.git (fetch)
Rik git@github.com:Rik/gaia.git (push)
mozilla git@github.com:mozilla-b2g/gaia.git (fetch)
mozilla git@github.com:mozilla-b2g/gaia.git (push)
bgreenlee commented 11 years ago

Give that a try (either just restart or run Package Control: Upgrade Package)