-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes throws a strange error #78
Comments
interesting. it's not obvious what the problem is. if you can reproduce it, let me know |
Happened again. A bit differently on a clean repo after just simply hitting
|
I stopped using this script, since after this error I lost all my changes in the repository and the only thing I could do is to start from scratch and clone it out again. |
@raszi i've seen this happen where the ref is lost. can you provide details about your OS? i suspect it has something to do with file system conflicts. your changes are not lost (git-fresh does not do anything destructive by default or with -f flag) - they should still be recoverable. |
From the reported issue above I could not get back my repository only by cloning it again unfortunately. |
ok @raszi sorry to hear that can you provide any details about your system? OS, bash version, file system, whether you're the only contributor to the Git repo, etc. |
OS: macOS Sierra 10.12.6 (16G29) I had multiple remote repositories from multiple contributors. |
thanks. i wonder if the "missing master HEAD ref recovery" is causing this issue...i've only ever seen it happen due to file system problems (and fairly crufty Git checkouts), e.g. race conditions between Git and the file system. without a repro case, this is difficult to diagnose, but i'll keep an eye on it. |
The text was updated successfully, but these errors were encountered: