File '_netrc' / '.netrc' is not accepted by Git
问题 I have set the %HOME% environment variable on my Windows installation. In that folder I have put a file called _netrc. Inside that file I have: machine code.google.com login <logon> password <censored> But both, MSYS and Tortoise keep asking for a password. I am using Windows 7, MSYSGit and TortoiseGit. Why does this not work? I have found an article on Stack Overflow that said it must be named _netrc and not .netrc, but none of them work. 回答1: Assuming you did everything that was described