load-github-prs not working
danvk opened this issue · 3 comments
danvk commented
$ git load-github-prs
Remote 'origin' doesn't appear to be a github remote: None@github.com
$ git remote -v
origin https://github.com/hammerlab/cycledash.git (fetch)
origin https://github.com/hammerlab/cycledash.git (push)
maybe trouble parsing my remote?
ryan-williams commented
weird, not working for me either right now
ryan-williams commented
try that fix @danvk
danvk commented
yep, that did the trick! thanks!