-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Error when stashing deletions #1435
Comments
That does not reproduce here. You may want to try with a fresh repository that you can make public, so as to verify that it is not a problem with your private repository -- in which case nobody could help you, anyway, because you did not provide a Minimal, Complete & Verifiable Example (as suggested by our issue reporting template). |
I haven't got a minimal repro either, but just to add that I have seen this & similar issues since updating to 2.16.0 today. If I get a chance in the next few days I'll see if I can re-create. |
@csmager greatly appreciated! |
There is a segfault issue / pathch going around the main Git list that has been traced to having files differeing in case, which is more likely on large repos. Have a review of the thread https://public-inbox.org/git/CALwADsGfB10f5+nOFN-pHCt4z1SkWMcvSHn8KokcyCM0V6K-BA@mail.gmail.com/ with patch starting at https://public-inbox.org/git/20180119041825.727904-1-sandals@crustytoothpaste.net/ If @ChaseGrant or @csmager could try out the repoduction steps in the thread, or check if they have the same underlying issue, then that would be a start, especally as a patch is available for testing. |
Not to mention that coming back with information will help your issue getting resolved quickly. For example, if the patch in question turns out to address the reported bug, we could have a new Git for Windows release as soon as coming week, and a (fully working) snapshot installer as soon as in a couple of hours. The quicker you react, the quicker you will have a fix. |
@PhilipOakley Following the steps in that link definitely crash GIT for me. Unsure if it's related to my stash issues or not. |
I can reproduce with this test repo: https://github.com/ChaseGrant/GITTest Steps to reproduce:
I then get the following error:
I am running Windows 8.1 Enterprise x64 in case the Windows version in the first ticket was not enough information. |
I can also confirm that cloning the
And following @ChaseGrant's steps above with the test repo, I also get:
|
For me, I think, this is #1440. I updated to I found this issue here while searching for error: unable to stat just-written file
|
Indeed. I think this will be fixed in Git for Windows v2.16.1 (which I am busy releasing as we speak). |
Confirmed as fixed. |
Setup
defaults?
to the issue you're seeing?
Nothing I can think of.
Details
PowerShell
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Expected a stash save and a reset to a clean repo.
I got a few "error: unable to stat just-written file: No such file or directory" errors and the repo was not reset. The files mentioned are files I had removed locally.
URL to that repository to help us with testing?
It's a private repository.
The text was updated successfully, but these errors were encountered: