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
(Running with only ~/_netrc file present, no ~/.netrc)
git fetch origin
What did you expect to occur after running these commands?
Fetch to complete with no user input needed
What actually happened instead?
Asked for GitHub user/pass
This issue occurs when ~/_netrc is present and not ~/.netrc. Downgrading to 2.47.0 and adding ~/.netrc are both confirmed to fix it (I have been using Git just fine with only ~/_netrc present before recently updating to 2.47.1). I'm wondering that since 2.47.1 comes bundled with cURL 8.11.0, if it's possible any recent changes in libcurl may be responsible for this regression? There is a netrc related change in 8.11.0, but I'm not sure if it's the culprit here.
The text was updated successfully, but these errors were encountered:
Setup
defaults?
Any other interesting things about your environment that might be related
to the issue you're seeing?
Details
Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
What did you expect to occur after running these commands?
What actually happened instead?
The text was updated successfully, but these errors were encountered: