You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In previous commits in this PR we revised the ParseNetrc() function
in our "creds" package to support both ".netrc" and "_netrc" files
on Windows, whereas it has previously only supported "_netrc" files.
This change will align the behaviour of the Git LFS client with that
of contemporary versions of curl and Git, as they now support both
filenames on Windows. Specifically, this support was added in commit
curl/curl@f9c7ba9, which was included
in curl v7.66.0.
To validate these changes, we also update our t/t-credentials.sh test
script so it runs the key "credentials from netrc" test twice on Windows,
once with a ".netrc" file and once with a legacy "_netrc" file.
As well, we adjust the other tests which previously used a "_netrc"
file on Windows to simply use a ".netrc" file, as this should work
on all systems now.
0 commit comments