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_netrc
machine github.com
login yizeng
password the_password