spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
377 stars 33 forks source link

spr diff: "an unknown git error occurred" #132

Open cakoose opened 1 year ago

cakoose commented 1 year ago
$ spr --version
spr 1.3.4
$ spr diff
  🛑  an unknown git error occurred

Anything I can do to get more information?

tgeng commented 1 year ago

I encountered this too. spr diff can create a new PR given a new commit. But after amending it and try to use spr diff to update the PR, I am getting the following.

> spr diff
  🛑  an unknown git error occurred; code=NotFound (-3)

Any idea how to debug this?