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
Windows prompts for credentials when using Git, so it appears that the .netrc file is not honored. This is likely a simple fix, dealing with the fact that Windows uses _netrc, and Unix uses .netrc.
Windows prompts for credentials when using Git, so it appears that the
.netrcfile is not honored. This is likely a simple fix, dealing with the fact that Windows uses_netrc, and Unix uses.netrc.Reference: https://stackoverflow.com/questions/6031214/git-how-to-use-netrc-file-on-windows-to-save-user-and-password