mmozuras / git-playback

Create visual playback of your commits
MIT License
170 stars 16 forks source link

Pathspec did not match any file(s) known to git #8

Closed milesmatthias closed 6 years ago

milesmatthias commented 11 years ago

Not sure what the issue is here but this is what I get when running the script:

[milesmatthias]$ git playback Case.js
error: pathspec '748caebf2e63fcb830aaca8c26f02121ae2b4767' did not match any file(s) known to git.
mmozuras commented 11 years ago

Thanks for reporting the issue!

Though I'm having trouble reproducing it. What git-playback is trying to is: git checkout --quiet 748caebf2e63fcb830aaca8c26f02121ae2b4767, but it's not finding 748caebf2e63fcb830aaca8c26f02121ae2b4767 commit. Maybe you have any ideas?

apexpatel11 commented 8 years ago

I am getting this error everytime : pathspec '-A' did not match any files Any ideas ?

mmozuras commented 8 years ago

@apexpatel11 hi 😄. Could you give a way to reproduce the issue? A sample repo or steps?