Use netrc to avoid TortoiseGit asking for username and password
- Open
%USERPROFILE%from Windows Explorer - Create a new file with name
_netrc - Put the following lines in
machine github.com
login yizeng
password the_password
%USERPROFILE% from Windows Explorer_netrcmachine github.com
login yizeng
password the_password