-
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
"warning: unable to access '': Invalid argument" after staging a file #1301
Comments
I have never seen anything like this. The warning stems from the Is it possible that you have any |
Neither. I tried this to get some more info:
|
I fear that you will have to install Git for Windows' SDK, recompile Git using
and then debugging in |
Thanks, I'll try that and report my findings. |
It seems git_attributes_file is not null but empty. I have an attributes file in ~/.config/git/, I tried moving it and testing again, same warning. |
Okay I fixed it with
It seems it was set to an empty value. The global variable git_attributes_file was then set to an empty string at:
Thanks again for the help, don't know why the warning started showing since 2.14 though. |
Cool, case closed. |
Setup
defaults?
to the issue you're seeing?
Nothing I can think of.
Details
Git bash (MinGW64)
Minimal, Complete, and Verifiable example
this will help us understand the issue.
No warning
Warning:
warning: unable to access '': Invalid argument
URL to that repository to help us with testing?
No specific repository
The text was updated successfully, but these errors were encountered: