-
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
Unable to read exclude file on network drive #2022
Comments
do any other (git?) commands work? Is the file actually there, or not? and what about the .git and .git/info directory? Do you know what sort of a network drive it is (type and style of file system / server / network connection etc) |
There's been a few changes in add_excludes() function, to use fscache for exclude files. I guess one of them caused the regression. |
The "Function not implemented" message seems to appear for every (non-Git) file in the repo.
Yes, the file is there. From empty repo
It's an NTFS file system shared via SMB protocol, I believe. I'll have to verify that with our network guys. |
Please do. Neither I nor @benpeart were able to reproduce the issue you reported, I tried with |
FSCache works again [on network drives](git-for-windows/git#2022), in particular [when Windows 8.1 or older](git-for-windows/git#1989) are involved. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Closed via #2044 |
A new snapshot is available that should fix this issue. Could I ask y'all to please test? |
Happy to say that the latest snapshot (commit 9f16cdd) no longer has this issue. Thanks! |
Setup
2.20.1, 64-bit
Windows 7, 64-bit
defaults?
to the issue you're seeing?
Most of my Git work is done on a mapped network drive.
Details
Bash (also happens on CMD)
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Expected output from
git status
to be the default output for an empty Git repository:Received a fatal error:
URL to that repository to help us with testing?
Not a public repository.
Additional Info
I downgraded to 2.19.1 and did not get the error. I then tested with 2.20.0 and received the same error as above. The error is not present when using a local drive (not network).
The text was updated successfully, but these errors were encountered: