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
Attempted a git fetch command with Git for Windows 2.47.1 (which updated cURL to 8.11.0) with only a ~/_netrc file present, no ~/.netrc
I expected the following
Successful git fetch using ~/_netrc as the fallback option when ~/.netrc is not present
Possible introduction of regression in 3b43a05 with introduction of NETRC_FAILED retcode in parsenetrc(). Curl_parsenetrc() is only looking for NETRC_FILE_MISSING to enter the ~/_netrc fallback segment.
curl/libcurl version
curl 8.11.0
operating system
Microsoft Windows
The text was updated successfully, but these errors were encountered:
I did this
Attempted a
git fetch
command with Git for Windows 2.47.1 (which updated cURL to 8.11.0) with only a ~/_netrc file present, no ~/.netrcI expected the following
Successful
git fetch
using ~/_netrc as the fallback option when ~/.netrc is not presentPossible introduction of regression in 3b43a05 with introduction of
NETRC_FAILED
retcode inparsenetrc()
.Curl_parsenetrc()
is only looking forNETRC_FILE_MISSING
to enter the ~/_netrc fallback segment.curl/libcurl version
curl 8.11.0
operating system
Microsoft Windows
The text was updated successfully, but these errors were encountered: